Shades of Calico #CFAC88
Tints of Calico #CFAC88
RGB
CMYK
RGB Variations
Color information
#CFAC88 (or 0xCFAC88) is known color: Calico. HEX triplet: CF, AC and 88. RGB value is (207,172,136). Sum of RGB (Red+Green+Blue) = 207+172+136=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC88 is #305377. Grayscale: #B2B2B2. Windows color (decimal): -3167096 or 8957135. OLE color: 8957135.
HSL color Cylindrical-coordinate representation of color #CFAC88: hue angle of 30.42º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFAC88 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 136 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.19 |
| HSL | 30.42º | 0.43% | 0.67% | - |
| HSV(B) | 30.42º | 0.34% | 0.81% | - |
| XYZ | 44.93 | 44.55 | 29.52 | - |
| YUV | 178.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 136 | 0 | 0.17 | 0.34 | 0.19 | 30.42 | 0.43 | 0.67 |
| Hex | CF | AC | 88 | 0 | 11 | 22 | 13 | 1E | 2B | 43 |
| Octal | 317 | 254 | 210 | 0 | 21 | 42 | 23 | 36 | 53 | 103 |
| Binary | 11001111 | 10101100 | 10001000 | 0 | 10001 | 100010 | 10011 | 11110 | 101011 | 1000011 |
Color Harmonies of #CFAC88
Complementary color
Monochromatic Colors of #CFAC88
Black with #CFAC88
Text Example
Text Example
White with #CFAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC88; }
p { color: rgb(207,172,136); }
H1.HeaderClassName
{
color: #CFAC88;
}
.AnyTagClassName
{
color: #CFAC88;
}
</style>
background-color css
<style>
a { background-color: #CFAC88; }
a { background-color: rgb(207,172,136); }
div.DivClassName
{
background-color: #CFAC88;
}
.BgClassName
{
background-color: #CFAC88;
}
</style>
border-color css
<style>
span { border-color: #CFAC88; }
span { border-color: rgb(207,172,136); }
td.TdClassName
{
border-color: #CFAC88;
}
.TagClassName
{
border-color: #CFAC88;
}
</style>