#CAAB7E

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

Shades of Calico #CAAB7E

Tints of Calico #CAAB7E

Color information

#CAAB7E (or 0xCAAB7E) is unknown color: approx Calico. HEX triplet: CA, AB and 7E. RGB value is (202,171,126). Sum of RGB (Red+Green+Blue) = 202+171+126=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB7E is #355481. Grayscale: #AFAFAF. Windows color (decimal): -3495042 or 8301514. OLE color: 8301514.

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

Color convert

RGB202171126-
CMYK00.150.380.21
HSL35.53º41.76%64.31%-
HSV(B)35.53º37.62%79.22%-
XYZ42.6943.1925.83-
YUV175.14100.27147.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=40.48%
G=34.27%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217112600.150.380.2135.5341.7664.31
HexCAAB7E0F2615242a40
Octal31225317601746254452100
Binary1100101010101011111111001111100110101011001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB7E; }

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

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

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

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

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

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

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

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