Shades of Calico #CFAC8A
Tints of Calico #CFAC8A
RGB
CMYK
RGB Variations
Color information
#CFAC8A (or 0xCFAC8A) is known color: Calico. HEX triplet: CF, AC and 8A. RGB value is (207,172,138). Sum of RGB (Red+Green+Blue) = 207+172+138=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC8A is #305375. Grayscale: #B2B2B2. Windows color (decimal): -3167094 or 9088207. OLE color: 9088207.
HSL color Cylindrical-coordinate representation of color #CFAC8A: hue angle of 29.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAC8A is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 138 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.19 |
| HSL | 29.57º | 0.42% | 0.68% | - |
| HSV(B) | 29.57º | 0.33% | 0.81% | - |
| XYZ | 45.07 | 44.61 | 30.28 | - |
| YUV | 178.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 138 | 0 | 0.17 | 0.33 | 0.19 | 29.57 | 0.42 | 0.68 |
| Hex | CF | AC | 8A | 0 | 11 | 21 | 13 | 1E | 2A | 44 |
| Octal | 317 | 254 | 212 | 0 | 21 | 41 | 23 | 36 | 52 | 104 |
| Binary | 11001111 | 10101100 | 10001010 | 0 | 10001 | 100001 | 10011 | 11110 | 101010 | 1000100 |
Color Harmonies of #CFAC8A
Complementary color
Monochromatic Colors of #CFAC8A
Black with #CFAC8A
Text Example
Text Example
White with #CFAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC8A; }
p { color: rgb(207,172,138); }
H1.HeaderClassName
{
color: #CFAC8A;
}
.AnyTagClassName
{
color: #CFAC8A;
}
</style>
background-color css
<style>
a { background-color: #CFAC8A; }
a { background-color: rgb(207,172,138); }
div.DivClassName
{
background-color: #CFAC8A;
}
.BgClassName
{
background-color: #CFAC8A;
}
</style>
border-color css
<style>
span { border-color: #CFAC8A; }
span { border-color: rgb(207,172,138); }
td.TdClassName
{
border-color: #CFAC8A;
}
.TagClassName
{
border-color: #CFAC8A;
}
</style>