Shades of Calico #CFB081
Tints of Calico #CFB081
RGB
CMYK
RGB Variations
Color information
#CFB081 (or 0xCFB081) is known color: Calico. HEX triplet: CF, B0 and 81. RGB value is (207,176,129). Sum of RGB (Red+Green+Blue) = 207+176+129=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB081 is #304F7E. Grayscale: #B4B4B4. Windows color (decimal): -3166079 or 8499407. OLE color: 8499407.
HSL color Cylindrical-coordinate representation of color #CFB081: hue angle of 36.15º 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 #CFB081 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 129 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.19 |
| HSL | 36.15º | 0.45% | 0.66% | - |
| HSV(B) | 36.15º | 0.38% | 0.81% | - |
| XYZ | 45.22 | 45.9 | 27.25 | - |
| YUV | 179.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 129 | 0 | 0.15 | 0.38 | 0.19 | 36.15 | 0.45 | 0.66 |
| Hex | CF | B0 | 81 | 0 | F | 26 | 13 | 24 | 2D | 42 |
| Octal | 317 | 260 | 201 | 0 | 17 | 46 | 23 | 44 | 55 | 102 |
| Binary | 11001111 | 10110000 | 10000001 | 0 | 1111 | 100110 | 10011 | 100100 | 101101 | 1000010 |
Color Harmonies of #CFB081
Complementary color
Monochromatic Colors of #CFB081
Black with #CFB081
Text Example
Text Example
White with #CFB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB081; }
p { color: rgb(207,176,129); }
H1.HeaderClassName
{
color: #CFB081;
}
.AnyTagClassName
{
color: #CFB081;
}
</style>
background-color css
<style>
a { background-color: #CFB081; }
a { background-color: rgb(207,176,129); }
div.DivClassName
{
background-color: #CFB081;
}
.BgClassName
{
background-color: #CFB081;
}
</style>
border-color css
<style>
span { border-color: #CFB081; }
span { border-color: rgb(207,176,129); }
td.TdClassName
{
border-color: #CFB081;
}
.TagClassName
{
border-color: #CFB081;
}
</style>