Shades of Calico #CFAA7B
Tints of Calico #CFAA7B
RGB
CMYK
RGB Variations
Color information
#CFAA7B (or 0xCFAA7B) is known color: Calico. HEX triplet: CF, AA and 7B. RGB value is (207,170,123). Sum of RGB (Red+Green+Blue) = 207+170+123=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA7B is #305584. Grayscale: #AFAFAF. Windows color (decimal): -3167621 or 8104655. OLE color: 8104655.
HSL color Cylindrical-coordinate representation of color #CFAA7B: hue angle of 33.57º 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 #CFAA7B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 123 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.19 |
| HSL | 33.57º | 0.47% | 0.65% | - |
| HSV(B) | 33.57º | 0.41% | 0.81% | - |
| XYZ | 43.68 | 43.44 | 24.82 | - |
| YUV | 175.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 123 | 0 | 0.18 | 0.41 | 0.19 | 33.57 | 0.47 | 0.65 |
| Hex | CF | AA | 7B | 0 | 12 | 29 | 13 | 22 | 2F | 41 |
| Octal | 317 | 252 | 173 | 0 | 22 | 51 | 23 | 42 | 57 | 101 |
| Binary | 11001111 | 10101010 | 1111011 | 0 | 10010 | 101001 | 10011 | 100010 | 101111 | 1000001 |
Color Harmonies of #CFAA7B
Complementary color
Monochromatic Colors of #CFAA7B
Black with #CFAA7B
Text Example
Text Example
White with #CFAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA7B; }
p { color: rgb(207,170,123); }
H1.HeaderClassName
{
color: #CFAA7B;
}
.AnyTagClassName
{
color: #CFAA7B;
}
</style>
background-color css
<style>
a { background-color: #CFAA7B; }
a { background-color: rgb(207,170,123); }
div.DivClassName
{
background-color: #CFAA7B;
}
.BgClassName
{
background-color: #CFAA7B;
}
</style>
border-color css
<style>
span { border-color: #CFAA7B; }
span { border-color: rgb(207,170,123); }
td.TdClassName
{
border-color: #CFAA7B;
}
.TagClassName
{
border-color: #CFAA7B;
}
</style>