Shades of Calico #CFAF83
Tints of Calico #CFAF83
RGB
CMYK
RGB Variations
Color information
#CFAF83 (or 0xCFAF83) is known color: Calico. HEX triplet: CF, AF and 83. RGB value is (207,175,131). Sum of RGB (Red+Green+Blue) = 207+175+131=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF83 is #30507C. Grayscale: #B3B3B3. Windows color (decimal): -3166333 or 8630223. OLE color: 8630223.
HSL color Cylindrical-coordinate representation of color #CFAF83: hue angle of 34.74º degrees, saturation: 0.44, 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 #CFAF83 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 131 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.19 |
| HSL | 34.74º | 0.44% | 0.66% | - |
| HSV(B) | 34.74º | 0.37% | 0.81% | - |
| XYZ | 45.16 | 45.56 | 27.89 | - |
| YUV | 179.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 131 | 0 | 0.15 | 0.37 | 0.19 | 34.74 | 0.44 | 0.66 |
| Hex | CF | AF | 83 | 0 | F | 25 | 13 | 23 | 2C | 42 |
| Octal | 317 | 257 | 203 | 0 | 17 | 45 | 23 | 43 | 54 | 102 |
| Binary | 11001111 | 10101111 | 10000011 | 0 | 1111 | 100101 | 10011 | 100011 | 101100 | 1000010 |
Color Harmonies of #CFAF83
Complementary color
Monochromatic Colors of #CFAF83
Black with #CFAF83
Text Example
Text Example
White with #CFAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF83; }
p { color: rgb(207,175,131); }
H1.HeaderClassName
{
color: #CFAF83;
}
.AnyTagClassName
{
color: #CFAF83;
}
</style>
background-color css
<style>
a { background-color: #CFAF83; }
a { background-color: rgb(207,175,131); }
div.DivClassName
{
background-color: #CFAF83;
}
.BgClassName
{
background-color: #CFAF83;
}
</style>
border-color css
<style>
span { border-color: #CFAF83; }
span { border-color: rgb(207,175,131); }
td.TdClassName
{
border-color: #CFAF83;
}
.TagClassName
{
border-color: #CFAF83;
}
</style>