#CAB180

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

Shades of Ecru #CAB180

Tints of Ecru #CAB180

Color information

#CAB180 (or 0xCAB180) is unknown color: approx Ecru. HEX triplet: CA, B1 and 80. RGB value is (202,177,128). Sum of RGB (Red+Green+Blue) = 202+177+128=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB180 is #354E7F. Grayscale: #B3B3B3. Windows color (decimal): -3493504 or 8434122. OLE color: 8434122.

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

Color convert

RGB202177128-
CMYK00.120.370.21
HSL39.73º41.11%64.71%-
HSV(B)39.73º36.63%79.22%-
XYZ43.9845.5626.9-
YUV178.8999.28144.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=39.84%
G=34.91%
B=25.25%

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
Decimal20217712800.120.370.2139.7341.1164.71
HexCAB1800C2515282941
Octal31226120001445255051101
Binary11001010101100011000000001100100101101011010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB180; }

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

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

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

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

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

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

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

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