Html Css Color HEX #CAB379 Ecru

📋 copy color: '#CAB379'

red 202 ◦ green 179 ◦ blue 121

#CAB379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #CAB379

Tints of Ecru #CAB379

RGB

 RED value IS 202 (79.3% from 255) = 40.24%

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 40.24%
G = 35.66%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAB379 (or 0xCAB379) is known color: Ecru. HEX triplet: CA, B3 and 79. RGB value is (202,179,121). Sum of RGB (Red+Green+Blue) = 202+179+121=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB379 is #354C86. Grayscale: #B3B3B3. Windows color (decimal): -3492999 or 7975882. OLE color: 7975882.

HSL color Cylindrical-coordinate representation of color #CAB379: hue angle of 42.96º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB379 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 121 -
CMYK 0 0.11 0.40 0.21
HSL 42.96º 0.43% 0.63% -
HSV(B) 42.96º 0.4% 0.79% -
XYZ 43.93 46.18 24.69 -
YUV 179.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 202 179 121 0 0.11 0.40 0.21 42.96 0.43 0.63
Hex CA B3 79 0 B 28 15 2B 2B 3F
Octal 312 263 171 0 13 50 25 53 53 77
Binary 11001010 10110011 1111001 0 1011 101000 10101 101011 101011 111111

Color Harmonies of #CAB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB379

Black with #CAB379

Text Example


Text Example

White with #CAB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB379; }

 p { color: rgb(202,179,121); }

 H1.HeaderClassName
 {
   color: #CAB379;
 }
 .AnyTagClassName
 {
   color: #CAB379;
 }
</style>

background-color css

<style>
 a { background-color: #CAB379; }

 a { background-color: rgb(202,179,121); }

 div.DivClassName
 {
   background-color: #CAB379;
 }
 .BgClassName
 {
   background-color: #CAB379;
 }
</style>

border-color css

<style>
 span { border-color: #CAB379; }

 span { border-color: rgb(202,179,121); }

 td.TdClassName
 {
   border-color: #CAB379;
 }
 .TagClassName
 {
   border-color: #CAB379;
 }
</style>