#CAB284

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

Shades of Ecru #CAB284

Tints of Ecru #CAB284

Color information

#CAB284 (or 0xCAB284) is unknown color: approx Ecru. HEX triplet: CA, B2 and 84. RGB value is (202,178,132). Sum of RGB (Red+Green+Blue) = 202+178+132=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB284 is #354D7B. Grayscale: #B4B4B4. Windows color (decimal): -3493244 or 8696522. OLE color: 8696522.

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

Color convert

RGB202178132-
CMYK00.120.350.21
HSL39.43º39.77%65.49%-
HSV(B)39.43º34.65%79.22%-
XYZ44.4446.0628.38-
YUV179.93100.95143.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=39.45%
G=34.77%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217813200.120.350.2139.4339.7765.49
HexCAB2840C2315272841
Octal31226220401443254750101
Binary11001010101100101000010001100100011101011001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB284; }

 p { color: rgb(202,178,132); }

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

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

 a { background-color: rgb(202,178,132); }

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

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

 span { border-color: rgb(202,178,132); }

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