#CCAC86

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

Shades of Calico #CCAC86

Tints of Calico #CCAC86

Color information

#CCAC86 (or 0xCCAC86) is unknown color: approx Calico. HEX triplet: CC, AC and 86. RGB value is (204,172,134). Sum of RGB (Red+Green+Blue) = 204+172+134=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC86 is #335379. Grayscale: #B1B1B1. Windows color (decimal): -3363706 or 8826060. OLE color: 8826060.

HSL color Cylindrical-coordinate representation of color #CCAC86: hue angle of 32.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCAC86 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204172134-
CMYK00.160.340.2
HSL32.57º40.7%66.27%-
HSV(B)32.57º34.31%80%-
XYZ43.9644.0628.74-
YUV177.24103.6147.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=40%
G=33.73%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417213400.160.340.232.5740.766.27
HexCCAC860102214212942
Octal31425420602042244151102
Binary110011001010110010000110010000100010101001000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC86; }

 p { color: rgb(204,172,134); }

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

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

 a { background-color: rgb(204,172,134); }

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

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

 span { border-color: rgb(204,172,134); }

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