#CAB07D

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

Shades of Ecru #CAB07D

Tints of Ecru #CAB07D

Color information

#CAB07D (or 0xCAB07D) is unknown color: approx Ecru. HEX triplet: CA, B0 and 7D. RGB value is (202,176,125). Sum of RGB (Red+Green+Blue) = 202+176+125=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07D is #354F82. Grayscale: #B2B2B2. Windows color (decimal): -3493763 or 8237258. OLE color: 8237258.

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

Color convert

RGB202176125-
CMYK00.130.380.21
HSL39.74º42.08%64.12%-
HSV(B)39.74º38.12%79.22%-
XYZ43.5845.0925.81-
YUV177.9698.11145.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=40.16%
G=34.99%
B=24.85%

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
Decimal20217612500.130.380.2139.7442.0864.12
HexCAB07D0D2615282a40
Octal31226017501546255052100
Binary1100101010110000111110101101100110101011010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB07D; }

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

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

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

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

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

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

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

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