Shades of Calico #CCAF83
Tints of Calico #CCAF83
RGB
CMYK
RGB Variations
Color information
#CCAF83 (or 0xCCAF83) is known color: Calico. HEX triplet: CC, AF and 83. RGB value is (204,175,131). Sum of RGB (Red+Green+Blue) = 204+175+131=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF83 is #33507C. Grayscale: #B2B2B2. Windows color (decimal): -3362941 or 8630220. OLE color: 8630220.
HSL color Cylindrical-coordinate representation of color #CCAF83: hue angle of 36.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCAF83 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 131 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.2 |
| HSL | 36.16º | 0.42% | 0.66% | - |
| HSV(B) | 36.16º | 0.36% | 0.8% | - |
| XYZ | 44.33 | 45.14 | 27.85 | - |
| YUV | 178.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 131 | 0 | 0.14 | 0.36 | 0.2 | 36.16 | 0.42 | 0.66 |
| Hex | CC | AF | 83 | 0 | E | 24 | 14 | 24 | 2A | 42 |
| Octal | 314 | 257 | 203 | 0 | 16 | 44 | 24 | 44 | 52 | 102 |
| Binary | 11001100 | 10101111 | 10000011 | 0 | 1110 | 100100 | 10100 | 100100 | 101010 | 1000010 |
Color Harmonies of #CCAF83
Complementary color
Monochromatic Colors of #CCAF83
Black with #CCAF83
Text Example
Text Example
White with #CCAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF83; }
p { color: rgb(204,175,131); }
H1.HeaderClassName
{
color: #CCAF83;
}
.AnyTagClassName
{
color: #CCAF83;
}
</style>
background-color css
<style>
a { background-color: #CCAF83; }
a { background-color: rgb(204,175,131); }
div.DivClassName
{
background-color: #CCAF83;
}
.BgClassName
{
background-color: #CCAF83;
}
</style>
border-color css
<style>
span { border-color: #CCAF83; }
span { border-color: rgb(204,175,131); }
td.TdClassName
{
border-color: #CCAF83;
}
.TagClassName
{
border-color: #CCAF83;
}
</style>