#CAAE80

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

Shades of Calico #CAAE80

Tints of Calico #CAAE80

Color information

#CAAE80 (or 0xCAAE80) is unknown color: approx Calico. HEX triplet: CA, AE and 80. RGB value is (202,174,128). Sum of RGB (Red+Green+Blue) = 202+174+128=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE80 is #35517F. Grayscale: #B1B1B1. Windows color (decimal): -3494272 or 8433354. OLE color: 8433354.

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

Color convert

RGB202174128-
CMYK00.140.370.21
HSL37.3º41.11%64.71%-
HSV(B)37.3º36.63%79.22%-
XYZ43.3944.3926.7-
YUV177.13100.28145.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=40.08%
G=34.52%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217412800.140.370.2137.341.1164.71
HexCAAE800E2515252941
Octal31225620001645254551101
Binary11001010101011101000000001110100101101011001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE80; }

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

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

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

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

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

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

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

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