#CAAE83

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

Shades of Calico #CAAE83

Tints of Calico #CAAE83

Color information

#CAAE83 (or 0xCAAE83) is unknown color: approx Calico. HEX triplet: CA, AE and 83. RGB value is (202,174,131). Sum of RGB (Red+Green+Blue) = 202+174+131=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE83 is #35517C. Grayscale: #B1B1B1. Windows color (decimal): -3494269 or 8629962. OLE color: 8629962.

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

Color convert

RGB202174131-
CMYK00.140.350.21
HSL36.34º40.11%65.29%-
HSV(B)36.34º35.15%79.22%-
XYZ43.5944.4727.76-
YUV177.47101.78145.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=39.84%
G=34.32%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217413100.140.350.2136.3440.1165.29
HexCAAE830E2315242841
Octal31225620301643254450101
Binary11001010101011101000001101110100011101011001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE83; }

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

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

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

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

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

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

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

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