#CCAE80

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

Shades of Calico #CCAE80

Tints of Calico #CCAE80

Color information

#CCAE80 (or 0xCCAE80) is unknown color: approx Calico. HEX triplet: CC, AE and 80. RGB value is (204,174,128). Sum of RGB (Red+Green+Blue) = 204+174+128=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE80 is #33517F. Grayscale: #B1B1B1. Windows color (decimal): -3363200 or 8433356. OLE color: 8433356.

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

Color convert

RGB204174128-
CMYK00.150.370.2
HSL36.32º42.7%65.1%-
HSV(B)36.32º37.25%80%-
XYZ43.9344.6726.73-
YUV177.7399.94146.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=40.32%
G=34.39%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417412800.150.370.236.3242.765.1
HexCCAE800F2514242b41
Octal31425620001745244453101
Binary11001100101011101000000001111100101101001001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE80; }

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

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

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

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

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

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

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

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