Shades of Calico #CFB07C
Tints of Calico #CFB07C
RGB
CMYK
RGB Variations
Color information
#CFB07C (or 0xCFB07C) is known color: Calico. HEX triplet: CF, B0 and 7C. RGB value is (207,176,124). Sum of RGB (Red+Green+Blue) = 207+176+124=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07C is #304F83. Grayscale: #B3B3B3. Windows color (decimal): -3166084 or 8171727. OLE color: 8171727.
HSL color Cylindrical-coordinate representation of color #CFB07C: hue angle of 37.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB07C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 124 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.19 |
| HSL | 37.59º | 0.46% | 0.65% | - |
| HSV(B) | 37.59º | 0.4% | 0.81% | - |
| XYZ | 44.9 | 45.77 | 25.54 | - |
| YUV | 179.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 124 | 0 | 0.15 | 0.40 | 0.19 | 37.59 | 0.46 | 0.65 |
| Hex | CF | B0 | 7C | 0 | F | 28 | 13 | 26 | 2E | 41 |
| Octal | 317 | 260 | 174 | 0 | 17 | 50 | 23 | 46 | 56 | 101 |
| Binary | 11001111 | 10110000 | 1111100 | 0 | 1111 | 101000 | 10011 | 100110 | 101110 | 1000001 |
Color Harmonies of #CFB07C
Complementary color
Monochromatic Colors of #CFB07C
Black with #CFB07C
Text Example
Text Example
White with #CFB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB07C; }
p { color: rgb(207,176,124); }
H1.HeaderClassName
{
color: #CFB07C;
}
.AnyTagClassName
{
color: #CFB07C;
}
</style>
background-color css
<style>
a { background-color: #CFB07C; }
a { background-color: rgb(207,176,124); }
div.DivClassName
{
background-color: #CFB07C;
}
.BgClassName
{
background-color: #CFB07C;
}
</style>
border-color css
<style>
span { border-color: #CFB07C; }
span { border-color: rgb(207,176,124); }
td.TdClassName
{
border-color: #CFB07C;
}
.TagClassName
{
border-color: #CFB07C;
}
</style>