Shades of Calico #CFAF82
Tints of Calico #CFAF82
RGB
CMYK
RGB Variations
Color information
#CFAF82 (or 0xCFAF82) is known color: Calico. HEX triplet: CF, AF and 82. RGB value is (207,175,130). Sum of RGB (Red+Green+Blue) = 207+175+130=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF82 is #30507D. Grayscale: #B3B3B3. Windows color (decimal): -3166334 or 8564687. OLE color: 8564687.
HSL color Cylindrical-coordinate representation of color #CFAF82: hue angle of 35.06º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFAF82 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 130 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.19 |
| HSL | 35.06º | 0.45% | 0.66% | - |
| HSV(B) | 35.06º | 0.37% | 0.81% | - |
| XYZ | 45.09 | 45.54 | 27.53 | - |
| YUV | 179.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 130 | 0 | 0.15 | 0.37 | 0.19 | 35.06 | 0.45 | 0.66 |
| Hex | CF | AF | 82 | 0 | F | 25 | 13 | 23 | 2D | 42 |
| Octal | 317 | 257 | 202 | 0 | 17 | 45 | 23 | 43 | 55 | 102 |
| Binary | 11001111 | 10101111 | 10000010 | 0 | 1111 | 100101 | 10011 | 100011 | 101101 | 1000010 |
Color Harmonies of #CFAF82
Complementary color
Monochromatic Colors of #CFAF82
Black with #CFAF82
Text Example
Text Example
White with #CFAF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF82; }
p { color: rgb(207,175,130); }
H1.HeaderClassName
{
color: #CFAF82;
}
.AnyTagClassName
{
color: #CFAF82;
}
</style>
background-color css
<style>
a { background-color: #CFAF82; }
a { background-color: rgb(207,175,130); }
div.DivClassName
{
background-color: #CFAF82;
}
.BgClassName
{
background-color: #CFAF82;
}
</style>
border-color css
<style>
span { border-color: #CFAF82; }
span { border-color: rgb(207,175,130); }
td.TdClassName
{
border-color: #CFAF82;
}
.TagClassName
{
border-color: #CFAF82;
}
</style>