Shades of Calico #CCAE80
Tints of Calico #CCAE80
RGB
CMYK
RGB Variations
Color information
#CCAE80 (or 0xCCAE80) is known color: 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
| RGB | 204 | 174 | 128 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.2 |
| HSL | 36.32º | 0.43% | 0.65% | - |
| HSV(B) | 36.32º | 0.37% | 0.8% | - |
| XYZ | 43.93 | 44.67 | 26.73 | - |
| YUV | 177.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 128 | 0 | 0.15 | 0.37 | 0.2 | 36.32 | 0.43 | 0.65 |
| Hex | CC | AE | 80 | 0 | F | 25 | 14 | 24 | 2B | 41 |
| Octal | 314 | 256 | 200 | 0 | 17 | 45 | 24 | 44 | 53 | 101 |
| Binary | 11001100 | 10101110 | 10000000 | 0 | 1111 | 100101 | 10100 | 100100 | 101011 | 1000001 |
Color Harmonies of #CCAE80
Complementary color
Monochromatic Colors of #CCAE80
Black with #CCAE80
Text Example
Text Example
White with #CCAE80
Text Example
Text Example
HTML Codes & Css Web 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>