#CCAC80

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

Shades of Calico #CCAC80

Tints of Calico #CCAC80

Color information

#CCAC80 (or 0xCCAC80) is unknown color: approx Calico. HEX triplet: CC, AC and 80. RGB value is (204,172,128). Sum of RGB (Red+Green+Blue) = 204+172+128=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC80 is #33537F. Grayscale: #B0B0B0. Windows color (decimal): -3363712 or 8432844. OLE color: 8432844.

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

Color convert

RGB204172128-
CMYK00.160.370.2
HSL34.74º42.7%65.1%-
HSV(B)34.74º37.25%80%-
XYZ43.5543.926.6-
YUV176.55100.6147.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=40.48%
G=34.13%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417212800.160.370.234.7442.765.1
HexCCAC800102514232b41
Octal31425420002045244353101
Binary110011001010110010000000010000100101101001000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC80; }

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

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

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

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

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

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

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

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