Shades of Calico #CFB080
Tints of Calico #CFB080
RGB
CMYK
RGB Variations
Color information
#CFB080 (or 0xCFB080) is known color: Calico. HEX triplet: CF, B0 and 80. RGB value is (207,176,128). Sum of RGB (Red+Green+Blue) = 207+176+128=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB080 is #304F7F. Grayscale: #B4B4B4. Windows color (decimal): -3166080 or 8433871. OLE color: 8433871.
HSL color Cylindrical-coordinate representation of color #CFB080: hue angle of 36.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFB080 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 128 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.19 |
| HSL | 36.46º | 0.45% | 0.66% | - |
| HSV(B) | 36.46º | 0.38% | 0.81% | - |
| XYZ | 45.15 | 45.87 | 26.9 | - |
| YUV | 179.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 128 | 0 | 0.15 | 0.38 | 0.19 | 36.46 | 0.45 | 0.66 |
| Hex | CF | B0 | 80 | 0 | F | 26 | 13 | 24 | 2D | 42 |
| Octal | 317 | 260 | 200 | 0 | 17 | 46 | 23 | 44 | 55 | 102 |
| Binary | 11001111 | 10110000 | 10000000 | 0 | 1111 | 100110 | 10011 | 100100 | 101101 | 1000010 |
Color Harmonies of #CFB080
Complementary color
Monochromatic Colors of #CFB080
Black with #CFB080
Text Example
Text Example
White with #CFB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB080; }
p { color: rgb(207,176,128); }
H1.HeaderClassName
{
color: #CFB080;
}
.AnyTagClassName
{
color: #CFB080;
}
</style>
background-color css
<style>
a { background-color: #CFB080; }
a { background-color: rgb(207,176,128); }
div.DivClassName
{
background-color: #CFB080;
}
.BgClassName
{
background-color: #CFB080;
}
</style>
border-color css
<style>
span { border-color: #CFB080; }
span { border-color: rgb(207,176,128); }
td.TdClassName
{
border-color: #CFB080;
}
.TagClassName
{
border-color: #CFB080;
}
</style>