Shades of Calico #CFB082
Tints of Calico #CFB082
RGB
CMYK
RGB Variations
Color information
#CFB082 (or 0xCFB082) is known color: Calico. HEX triplet: CF, B0 and 82. RGB value is (207,176,130). Sum of RGB (Red+Green+Blue) = 207+176+130=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB082 is #304F7D. Grayscale: #B4B4B4. Windows color (decimal): -3166078 or 8564943. OLE color: 8564943.
HSL color Cylindrical-coordinate representation of color #CFB082: hue angle of 35.84º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFB082 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 130 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.19 |
| HSL | 35.84º | 0.45% | 0.66% | - |
| HSV(B) | 35.84º | 0.37% | 0.81% | - |
| XYZ | 45.29 | 45.93 | 27.6 | - |
| YUV | 180.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 130 | 0 | 0.15 | 0.37 | 0.19 | 35.84 | 0.45 | 0.66 |
| Hex | CF | B0 | 82 | 0 | F | 25 | 13 | 24 | 2D | 42 |
| Octal | 317 | 260 | 202 | 0 | 17 | 45 | 23 | 44 | 55 | 102 |
| Binary | 11001111 | 10110000 | 10000010 | 0 | 1111 | 100101 | 10011 | 100100 | 101101 | 1000010 |
Color Harmonies of #CFB082
Complementary color
Monochromatic Colors of #CFB082
Black with #CFB082
Text Example
Text Example
White with #CFB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB082; }
p { color: rgb(207,176,130); }
H1.HeaderClassName
{
color: #CFB082;
}
.AnyTagClassName
{
color: #CFB082;
}
</style>
background-color css
<style>
a { background-color: #CFB082; }
a { background-color: rgb(207,176,130); }
div.DivClassName
{
background-color: #CFB082;
}
.BgClassName
{
background-color: #CFB082;
}
</style>
border-color css
<style>
span { border-color: #CFB082; }
span { border-color: rgb(207,176,130); }
td.TdClassName
{
border-color: #CFB082;
}
.TagClassName
{
border-color: #CFB082;
}
</style>