Shades of Calico #CFAF7C
Tints of Calico #CFAF7C
RGB
CMYK
RGB Variations
Color information
#CFAF7C (or 0xCFAF7C) is known color: Calico. HEX triplet: CF, AF and 7C. RGB value is (207,175,124). Sum of RGB (Red+Green+Blue) = 207+175+124=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7C is #305083. Grayscale: #B2B2B2. Windows color (decimal): -3166340 or 8171471. OLE color: 8171471.
HSL color Cylindrical-coordinate representation of color #CFAF7C: hue angle of 36.87º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFAF7C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 124 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.19 |
| HSL | 36.87º | 0.46% | 0.65% | - |
| HSV(B) | 36.87º | 0.4% | 0.81% | - |
| XYZ | 44.7 | 45.38 | 25.47 | - |
| YUV | 178.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 124 | 0 | 0.15 | 0.40 | 0.19 | 36.87 | 0.46 | 0.65 |
| Hex | CF | AF | 7C | 0 | F | 28 | 13 | 25 | 2E | 41 |
| Octal | 317 | 257 | 174 | 0 | 17 | 50 | 23 | 45 | 56 | 101 |
| Binary | 11001111 | 10101111 | 1111100 | 0 | 1111 | 101000 | 10011 | 100101 | 101110 | 1000001 |
Color Harmonies of #CFAF7C
Complementary color
Monochromatic Colors of #CFAF7C
Black with #CFAF7C
Text Example
Text Example
White with #CFAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF7C; }
p { color: rgb(207,175,124); }
H1.HeaderClassName
{
color: #CFAF7C;
}
.AnyTagClassName
{
color: #CFAF7C;
}
</style>
background-color css
<style>
a { background-color: #CFAF7C; }
a { background-color: rgb(207,175,124); }
div.DivClassName
{
background-color: #CFAF7C;
}
.BgClassName
{
background-color: #CFAF7C;
}
</style>
border-color css
<style>
span { border-color: #CFAF7C; }
span { border-color: rgb(207,175,124); }
td.TdClassName
{
border-color: #CFAF7C;
}
.TagClassName
{
border-color: #CFAF7C;
}
</style>