#CCAE87

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

Shades of Calico #CCAE87

Tints of Calico #CCAE87

Color information

#CCAE87 (or 0xCCAE87) is unknown color: approx Calico. HEX triplet: CC, AE and 87. RGB value is (204,174,135). Sum of RGB (Red+Green+Blue) = 204+174+135=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE87 is #335178. Grayscale: #B2B2B2. Windows color (decimal): -3363193 or 8892108. OLE color: 8892108.

HSL color Cylindrical-coordinate representation of color #CCAE87: hue angle of 33.91º degrees, saturation: 0.4, 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 #CCAE87 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204174135-
CMYK00.150.340.2
HSL33.91º40.35%66.47%-
HSV(B)33.91º33.82%80%-
XYZ44.4144.8629.24-
YUV178.52103.44146.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=39.77%
G=33.92%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417413500.150.340.233.9140.3566.47
HexCCAE870F2214222842
Octal31425620701742244250102
Binary11001100101011101000011101111100010101001000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE87; }

 p { color: rgb(204,174,135); }

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

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

 a { background-color: rgb(204,174,135); }

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

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

 span { border-color: rgb(204,174,135); }

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