Shades of Calico #CFAC80
Tints of Calico #CFAC80
RGB
CMYK
RGB Variations
Color information
#CFAC80 (or 0xCFAC80) is known color: Calico. HEX triplet: CF, AC and 80. RGB value is (207,172,128). Sum of RGB (Red+Green+Blue) = 207+172+128=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC80 is #30537F. Grayscale: #B1B1B1. Windows color (decimal): -3167104 or 8432847. OLE color: 8432847.
HSL color Cylindrical-coordinate representation of color #CFAC80: hue angle of 33.42º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFAC80 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 128 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.19 |
| HSL | 33.42º | 0.45% | 0.66% | - |
| HSV(B) | 33.42º | 0.38% | 0.81% | - |
| XYZ | 44.38 | 44.33 | 26.64 | - |
| YUV | 177.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 128 | 0 | 0.17 | 0.38 | 0.19 | 33.42 | 0.45 | 0.66 |
| Hex | CF | AC | 80 | 0 | 11 | 26 | 13 | 21 | 2D | 42 |
| Octal | 317 | 254 | 200 | 0 | 21 | 46 | 23 | 41 | 55 | 102 |
| Binary | 11001111 | 10101100 | 10000000 | 0 | 10001 | 100110 | 10011 | 100001 | 101101 | 1000010 |
Color Harmonies of #CFAC80
Complementary color
Monochromatic Colors of #CFAC80
Black with #CFAC80
Text Example
Text Example
White with #CFAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC80; }
p { color: rgb(207,172,128); }
H1.HeaderClassName
{
color: #CFAC80;
}
.AnyTagClassName
{
color: #CFAC80;
}
</style>
background-color css
<style>
a { background-color: #CFAC80; }
a { background-color: rgb(207,172,128); }
div.DivClassName
{
background-color: #CFAC80;
}
.BgClassName
{
background-color: #CFAC80;
}
</style>
border-color css
<style>
span { border-color: #CFAC80; }
span { border-color: rgb(207,172,128); }
td.TdClassName
{
border-color: #CFAC80;
}
.TagClassName
{
border-color: #CFAC80;
}
</style>