#CAAC84

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

Shades of Calico #CAAC84

Tints of Calico #CAAC84

Color information

#CAAC84 (or 0xCAAC84) is unknown color: approx Calico. HEX triplet: CA, AC and 84. RGB value is (202,172,132). Sum of RGB (Red+Green+Blue) = 202+172+132=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC84 is #35537B. Grayscale: #B0B0B0. Windows color (decimal): -3494780 or 8694986. OLE color: 8694986.

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

Color convert

RGB202172132-
CMYK00.150.350.21
HSL34.29º39.77%65.49%-
HSV(B)34.29º34.65%79.22%-
XYZ43.2743.7327.99-
YUV176.41102.94146.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=39.92%
G=33.99%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217213200.150.350.2134.2939.7765.49
HexCAAC840F2315222841
Octal31225420401743254250101
Binary11001010101011001000010001111100011101011000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC84; }

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

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

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

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

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

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

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

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