#CAB37E

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

Shades of Ecru #CAB37E

Tints of Ecru #CAB37E

Color information

#CAB37E (or 0xCAB37E) is unknown color: approx Ecru. HEX triplet: CA, B3 and 7E. RGB value is (202,179,126). Sum of RGB (Red+Green+Blue) = 202+179+126=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB37E is #354C81. Grayscale: #B4B4B4. Windows color (decimal): -3492994 or 8303562. OLE color: 8303562.

HSL color Cylindrical-coordinate representation of color #CAB37E: hue angle of 41.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAB37E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202179126-
CMYK00.110.380.21
HSL41.84º41.76%64.31%-
HSV(B)41.84º37.62%79.22%-
XYZ44.2446.326.34-
YUV179.8497.62143.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=39.84%
G=35.31%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217912600.110.380.2141.8441.7664.31
HexCAB37E0B26152a2a40
Octal31226317601346255252100
Binary1100101010110011111111001011100110101011010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB37E; }

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

 H1.HeaderClassName
 {
   color: #CAB37E;
 }
 .AnyTagClassName
 {
   color: #CAB37E;
 }
</style>
background-color css

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

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

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

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

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

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