Shades of Calico #CFB07D
Tints of Calico #CFB07D
RGB
CMYK
RGB Variations
Color information
#CFB07D (or 0xCFB07D) is known color: Calico. HEX triplet: CF, B0 and 7D. RGB value is (207,176,125). Sum of RGB (Red+Green+Blue) = 207+176+125=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07D is #304F82. Grayscale: #B3B3B3. Windows color (decimal): -3166083 or 8237263. OLE color: 8237263.
HSL color Cylindrical-coordinate representation of color #CFB07D: hue angle of 37.32º 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 #CFB07D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 125 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.19 |
| HSL | 37.32º | 0.46% | 0.65% | - |
| HSV(B) | 37.32º | 0.4% | 0.81% | - |
| XYZ | 44.96 | 45.8 | 25.87 | - |
| YUV | 179.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 125 | 0 | 0.15 | 0.40 | 0.19 | 37.32 | 0.46 | 0.65 |
| Hex | CF | B0 | 7D | 0 | F | 28 | 13 | 25 | 2E | 41 |
| Octal | 317 | 260 | 175 | 0 | 17 | 50 | 23 | 45 | 56 | 101 |
| Binary | 11001111 | 10110000 | 1111101 | 0 | 1111 | 101000 | 10011 | 100101 | 101110 | 1000001 |
Color Harmonies of #CFB07D
Complementary color
Monochromatic Colors of #CFB07D
Black with #CFB07D
Text Example
Text Example
White with #CFB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB07D; }
p { color: rgb(207,176,125); }
H1.HeaderClassName
{
color: #CFB07D;
}
.AnyTagClassName
{
color: #CFB07D;
}
</style>
background-color css
<style>
a { background-color: #CFB07D; }
a { background-color: rgb(207,176,125); }
div.DivClassName
{
background-color: #CFB07D;
}
.BgClassName
{
background-color: #CFB07D;
}
</style>
border-color css
<style>
span { border-color: #CFB07D; }
span { border-color: rgb(207,176,125); }
td.TdClassName
{
border-color: #CFB07D;
}
.TagClassName
{
border-color: #CFB07D;
}
</style>