#CCAC88

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

Shades of Calico #CCAC88

Tints of Calico #CCAC88

Color information

#CCAC88 (or 0xCCAC88) is unknown color: approx Calico. HEX triplet: CC, AC and 88. RGB value is (204,172,136). Sum of RGB (Red+Green+Blue) = 204+172+136=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC88 is #335377. Grayscale: #B1B1B1. Windows color (decimal): -3363704 or 8957132. OLE color: 8957132.

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

Color convert

RGB204172136-
CMYK00.160.330.2
HSL31.76º40%66.67%-
HSV(B)31.76º33.33%80%-
XYZ44.144.1229.48-
YUV177.46104.6146.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=39.84%
G=33.59%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417213600.160.330.231.764066.67
HexCCAC880102114202843
Octal31425421002041244050103
Binary110011001010110010001000010000100001101001000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC88; }

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

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

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

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

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

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

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

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