COLOR #CAB478

HEX: #CAB478
RGB: (202,180,120)

Color info

#CAB478 contains mainly red and green colors. Web safe color of #CAB478 is #CCCC66 (or #CC6).

RGB color model

#CAB478 color RGB value is (202,180,120).

  • red value is 202;
  • green value is 180;
  • blue value is 120.
RGB:
(202,180,120)
(79%,71%,47%)

RGB channels and saturation

R 202 of 255 = 79%
G 180 of 255 = 71%
B 120 of 255 = 47%

202
180
120

R + G + B ~ 66%. #CAB478 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 180 + 120 = 502 (100%)
R 202 of 502 ~ 40.24%
G 180 of 502 ~ 35.86%
B 120 of 502 ~ 23.9%

%40.24
%35.86
%23.9

CMYK color model

#CAB478 color CMYK value is (0,11,41,21).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 40.59%
  • key color value is 20.78%
CMYK:
(0,11,41,21)
C0M11Y41K21 
(0%,11%,41%,21%)
(0.00/0.11/0.41/0.21)	

CMYK percentages

%0
%10.89
%40.59
%20.78

Codes

Color #CAB478 in popluar color models

CAB478
RGB202180120
HSL44°43.62%63.14%
HSB/HSV44°40.59%79.22%
CMYK0.00%10.89%40.59%
20.78%

Color #CAB478 in popluar number systems.

HEXCAB478
Decimal202180120
Binary11001010101101001111000
Octal312264170

Shades and tints

Shades of #CAB478

#CAB478
(202,180,120)
#B8A46E
(184,164,110)
#A69464
(166,148,100)
#94845A
(148,132,90)
#827450
(130,116,80)
#706446
(112,100,70)
#5E543C
(94,84,60)
#4C4432
(76,68,50)
#3A3428
(58,52,40)
#28241E
(40,36,30)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #CAB478

#CAB478
(202,180,120)
#CEBA84
(206,186,132)
#D2C090
(210,192,144)
#D6C69C
(214,198,156)
#DACCA8
(218,204,168)
#DED2B4
(222,210,180)
#E2D8C0
(226,216,192)
#E6DECC
(230,222,204)
#EAE4D8
(234,228,216)
#EEEAE4
(238,234,228)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB478 color. Also use rgb(202,180,120) instead hex code.

Text Font Color

.myTextColor { color: #CAB478; }

<p style="color:#CAB478">This sample text font color is #CAB478.</p>

This text font color is #CAB478.


Background Color

.myBgColor { background-color: #CAB478; }

<div style="background-color:#CAB478">Inner text</div>

This div background color is #CAB478.


Border color

.myBorderColor { border: 1px solid #CAB478; }

<div style="border:3px solid #CAB478">Div</div>

This div border color is #CAB478.


Opacity

.myOpacity80 { color: #CAB478; opacity: 0.8; }

<p style="color:#CAB478;opacity:0.8;">80%</p>

Text with #CAB478 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CAB478;}

<p style="text-shadow: 3px 3px 1px #CAB478">Text here.</p>

This text has shadow with #CAB478 color.

.textShadow {text-shadow: 3px 3px 1px #CAB478, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CAB478, 5px 5px 20px red">Text here.</p>

This text has shadow with #CAB478 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CAB478, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CAB478, Direction=45, Strength=4)">Text</p>

This text has shadow with #CAB478 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CAB478;
  -webkit-box-shadow:	1px 1px 3px 2px #CAB478;
  box-shadow:		1px 1px 3px 2px #CAB478;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CAB478;
-webkit-box-shadow: 1px 1px 3px 2px #CAB478;
box-shadow:1px 1px 3px 2px #CAB478;">
Div content here</div>
This div box has shadow with color #CAB478.

Preview

Color preview on black background

This text has color #CAB478 on black background.


Color preview on white background

This text has color #CAB478 on white background.



Black color preview on #CAB478 background

This text has black color on #CAB478 background.


White color preview on #CAB478 background

This text has white color on #CAB478 background.