Shades of Calico #CFAF7E
Tints of Calico #CFAF7E
RGB
CMYK
RGB Variations
Color information
#CFAF7E (or 0xCFAF7E) is known color: Calico. HEX triplet: CF, AF and 7E. RGB value is (207,175,126). Sum of RGB (Red+Green+Blue) = 207+175+126=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7E is #305081. Grayscale: #B3B3B3. Windows color (decimal): -3166338 or 8302543. OLE color: 8302543.
HSL color Cylindrical-coordinate representation of color #CFAF7E: hue angle of 36.3º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFAF7E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 126 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.19 |
| HSL | 36.3º | 0.46% | 0.65% | - |
| HSV(B) | 36.3º | 0.39% | 0.81% | - |
| XYZ | 44.83 | 45.43 | 26.15 | - |
| YUV | 178.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 126 | 0 | 0.15 | 0.39 | 0.19 | 36.3 | 0.46 | 0.65 |
| Hex | CF | AF | 7E | 0 | F | 27 | 13 | 24 | 2E | 41 |
| Octal | 317 | 257 | 176 | 0 | 17 | 47 | 23 | 44 | 56 | 101 |
| Binary | 11001111 | 10101111 | 1111110 | 0 | 1111 | 100111 | 10011 | 100100 | 101110 | 1000001 |
Color Harmonies of #CFAF7E
Complementary color
Monochromatic Colors of #CFAF7E
Black with #CFAF7E
Text Example
Text Example
White with #CFAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF7E; }
p { color: rgb(207,175,126); }
H1.HeaderClassName
{
color: #CFAF7E;
}
.AnyTagClassName
{
color: #CFAF7E;
}
</style>
background-color css
<style>
a { background-color: #CFAF7E; }
a { background-color: rgb(207,175,126); }
div.DivClassName
{
background-color: #CFAF7E;
}
.BgClassName
{
background-color: #CFAF7E;
}
</style>
border-color css
<style>
span { border-color: #CFAF7E; }
span { border-color: rgb(207,175,126); }
td.TdClassName
{
border-color: #CFAF7E;
}
.TagClassName
{
border-color: #CFAF7E;
}
</style>