#CAAC80

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

Shades of Calico #CAAC80

Tints of Calico #CAAC80

Color information

#CAAC80 (or 0xCAAC80) is unknown color: approx Calico. HEX triplet: CA, AC and 80. RGB value is (202,172,128). Sum of RGB (Red+Green+Blue) = 202+172+128=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC80 is #35537F. Grayscale: #B0B0B0. Windows color (decimal): -3494784 or 8432842. OLE color: 8432842.

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

Color convert

RGB202172128-
CMYK00.150.370.21
HSL35.68º41.11%64.71%-
HSV(B)35.68º36.63%79.22%-
XYZ43.0143.6226.57-
YUV175.95100.94146.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=40.24%
G=34.26%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217212800.150.370.2135.6841.1164.71
HexCAAC800F2515242941
Octal31225420001745254451101
Binary11001010101011001000000001111100101101011001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC80; }

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

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

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

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

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

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

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

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