Shades of Calico #CFAE88
Tints of Calico #CFAE88
RGB
CMYK
RGB Variations
Color information
#CFAE88 (or 0xCFAE88) is known color: Calico. HEX triplet: CF, AE and 88. RGB value is (207,174,136). Sum of RGB (Red+Green+Blue) = 207+174+136=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE88 is #305177. Grayscale: #B3B3B3. Windows color (decimal): -3166584 or 8957647. OLE color: 8957647.
HSL color Cylindrical-coordinate representation of color #CFAE88: hue angle of 32.11º 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 #CFAE88 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 136 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.19 |
| HSL | 32.11º | 0.43% | 0.67% | - |
| HSV(B) | 32.11º | 0.34% | 0.81% | - |
| XYZ | 45.31 | 45.32 | 29.65 | - |
| YUV | 179.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 136 | 0 | 0.16 | 0.34 | 0.19 | 32.11 | 0.43 | 0.67 |
| Hex | CF | AE | 88 | 0 | 10 | 22 | 13 | 20 | 2B | 43 |
| Octal | 317 | 256 | 210 | 0 | 20 | 42 | 23 | 40 | 53 | 103 |
| Binary | 11001111 | 10101110 | 10001000 | 0 | 10000 | 100010 | 10011 | 100000 | 101011 | 1000011 |
Color Harmonies of #CFAE88
Complementary color
Monochromatic Colors of #CFAE88
Black with #CFAE88
Text Example
Text Example
White with #CFAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE88; }
p { color: rgb(207,174,136); }
H1.HeaderClassName
{
color: #CFAE88;
}
.AnyTagClassName
{
color: #CFAE88;
}
</style>
background-color css
<style>
a { background-color: #CFAE88; }
a { background-color: rgb(207,174,136); }
div.DivClassName
{
background-color: #CFAE88;
}
.BgClassName
{
background-color: #CFAE88;
}
</style>
border-color css
<style>
span { border-color: #CFAE88; }
span { border-color: rgb(207,174,136); }
td.TdClassName
{
border-color: #CFAE88;
}
.TagClassName
{
border-color: #CFAE88;
}
</style>