#CAB17F

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

Shades of Ecru #CAB17F

Tints of Ecru #CAB17F

Color information

#CAB17F (or 0xCAB17F) is unknown color: approx Ecru. HEX triplet: CA, B1 and 7F. RGB value is (202,177,127). Sum of RGB (Red+Green+Blue) = 202+177+127=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB17F is #354E80. Grayscale: #B2B2B2. Windows color (decimal): -3493505 or 8368586. OLE color: 8368586.

HSL color Cylindrical-coordinate representation of color #CAB17F: hue angle of 40º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB17F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202177127-
CMYK00.120.370.21
HSL40º41.44%64.51%-
HSV(B)40º37.13%79.22%-
XYZ43.9145.5326.55-
YUV178.7898.78144.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 127 (50% from 255) = 25.10%
R=39.92%
G=34.98%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217712700.120.370.214041.4464.51
HexCAB17F0C2515282941
Octal31226117701445255051101
Binary1100101010110001111111101100100101101011010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB17F; }

 p { color: rgb(202,177,127); }

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

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

 a { background-color: rgb(202,177,127); }

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

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

 span { border-color: rgb(202,177,127); }

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