Shades of Calico #CFB07E
Tints of Calico #CFB07E
RGB
CMYK
RGB Variations
Color information
#CFB07E (or 0xCFB07E) is known color: Calico. HEX triplet: CF, B0 and 7E. RGB value is (207,176,126). Sum of RGB (Red+Green+Blue) = 207+176+126=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07E is #304F81. Grayscale: #B3B3B3. Windows color (decimal): -3166082 or 8302799. OLE color: 8302799.
HSL color Cylindrical-coordinate representation of color #CFB07E: hue angle of 37.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB07E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 126 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.19 |
| HSL | 37.04º | 0.46% | 0.65% | - |
| HSV(B) | 37.04º | 0.39% | 0.81% | - |
| XYZ | 45.02 | 45.82 | 26.21 | - |
| YUV | 179.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 126 | 0 | 0.15 | 0.39 | 0.19 | 37.04 | 0.46 | 0.65 |
| Hex | CF | B0 | 7E | 0 | F | 27 | 13 | 25 | 2E | 41 |
| Octal | 317 | 260 | 176 | 0 | 17 | 47 | 23 | 45 | 56 | 101 |
| Binary | 11001111 | 10110000 | 1111110 | 0 | 1111 | 100111 | 10011 | 100101 | 101110 | 1000001 |
Color Harmonies of #CFB07E
Complementary color
Monochromatic Colors of #CFB07E
Black with #CFB07E
Text Example
Text Example
White with #CFB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB07E; }
p { color: rgb(207,176,126); }
H1.HeaderClassName
{
color: #CFB07E;
}
.AnyTagClassName
{
color: #CFB07E;
}
</style>
background-color css
<style>
a { background-color: #CFB07E; }
a { background-color: rgb(207,176,126); }
div.DivClassName
{
background-color: #CFB07E;
}
.BgClassName
{
background-color: #CFB07E;
}
</style>
border-color css
<style>
span { border-color: #CFB07E; }
span { border-color: rgb(207,176,126); }
td.TdClassName
{
border-color: #CFB07E;
}
.TagClassName
{
border-color: #CFB07E;
}
</style>