#CAB379

Color #CAB379 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #CAB379

Tints of Ecru #CAB379

Color information

#CAB379 (or 0xCAB379) is unknown color: approx 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

RGB202179121-
CMYK00.110.400.21
HSL42.96º43.32%63.33%-
HSV(B)42.96º40.1%79.22%-
XYZ43.9346.1824.69-
YUV179.2695.12144.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 121 (47.66% from 255) = 24.10%
R=40.24%
G=35.66%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217912100.110.400.2142.9643.3263.33
HexCAB3790B28152b2b3f
Octal3122631710135025535377
Binary110010101011001111110010101110100010101101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>