#CAB07E

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

Shades of Ecru #CAB07E

Tints of Ecru #CAB07E

Color information

#CAB07E (or 0xCAB07E) is unknown color: approx Ecru. HEX triplet: CA, B0 and 7E. RGB value is (202,176,126). Sum of RGB (Red+Green+Blue) = 202+176+126=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07E is #354F81. Grayscale: #B2B2B2. Windows color (decimal): -3493762 or 8302794. OLE color: 8302794.

HSL color Cylindrical-coordinate representation of color #CAB07E: hue angle of 39.47º 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 #CAB07E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202176126-
CMYK00.130.380.21
HSL39.47º41.76%64.31%-
HSV(B)39.47º37.62%79.22%-
XYZ43.6545.1126.15-
YUV178.0798.61145.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 126 (49.61% from 255) = 25%
R=40.08%
G=34.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217612600.130.380.2139.4741.7664.31
HexCAB07E0D2615272a40
Octal31226017601546254752100
Binary1100101010110000111111001101100110101011001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB07E; }

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

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

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

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

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

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

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

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