Shades of Calico #CFAB7B
Tints of Calico #CFAB7B
RGB
CMYK
RGB Variations
Color information
#CFAB7B (or 0xCFAB7B) is known color: Calico. HEX triplet: CF, AB and 7B. RGB value is (207,171,123). Sum of RGB (Red+Green+Blue) = 207+171+123=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB7B is #305484. Grayscale: #B0B0B0. Windows color (decimal): -3167365 or 8104911. OLE color: 8104911.
HSL color Cylindrical-coordinate representation of color #CFAB7B: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFAB7B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 123 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.19 |
| HSL | 34.29º | 0.47% | 0.65% | - |
| HSV(B) | 34.29º | 0.41% | 0.81% | - |
| XYZ | 43.87 | 43.82 | 24.89 | - |
| YUV | 176.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 123 | 0 | 0.17 | 0.41 | 0.19 | 34.29 | 0.47 | 0.65 |
| Hex | CF | AB | 7B | 0 | 11 | 29 | 13 | 22 | 2F | 41 |
| Octal | 317 | 253 | 173 | 0 | 21 | 51 | 23 | 42 | 57 | 101 |
| Binary | 11001111 | 10101011 | 1111011 | 0 | 10001 | 101001 | 10011 | 100010 | 101111 | 1000001 |
Color Harmonies of #CFAB7B
Complementary color
Monochromatic Colors of #CFAB7B
Black with #CFAB7B
Text Example
Text Example
White with #CFAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB7B; }
p { color: rgb(207,171,123); }
H1.HeaderClassName
{
color: #CFAB7B;
}
.AnyTagClassName
{
color: #CFAB7B;
}
</style>
background-color css
<style>
a { background-color: #CFAB7B; }
a { background-color: rgb(207,171,123); }
div.DivClassName
{
background-color: #CFAB7B;
}
.BgClassName
{
background-color: #CFAB7B;
}
</style>
border-color css
<style>
span { border-color: #CFAB7B; }
span { border-color: rgb(207,171,123); }
td.TdClassName
{
border-color: #CFAB7B;
}
.TagClassName
{
border-color: #CFAB7B;
}
</style>