#CCAC7F

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

Shades of Calico #CCAC7F

Tints of Calico #CCAC7F

Color information

#CCAC7F (or 0xCCAC7F) is unknown color: approx Calico. HEX triplet: CC, AC and 7F. RGB value is (204,172,127). Sum of RGB (Red+Green+Blue) = 204+172+127=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7F is #335380. Grayscale: #B0B0B0. Windows color (decimal): -3363713 or 8367308. OLE color: 8367308.

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

Color convert

RGB204172127-
CMYK00.160.380.2
HSL35.06º43.02%64.9%-
HSV(B)35.06º37.75%80%-
XYZ43.4943.8726.26-
YUV176.44100.1147.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 127 (50% from 255) = 25.25%
R=40.56%
G=34.19%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417212700.160.380.235.0643.0264.9
HexCCAC7F0102614232b41
Octal31425417702046244353101
Binary11001100101011001111111010000100110101001000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC7F; }

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

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

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

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

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

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

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

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