Shades of Calico #CFB083
Tints of Calico #CFB083
RGB
CMYK
RGB Variations
Color information
#CFB083 (or 0xCFB083) is known color: Calico. HEX triplet: CF, B0 and 83. RGB value is (207,176,131). Sum of RGB (Red+Green+Blue) = 207+176+131=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB083 is #304F7C. Grayscale: #B4B4B4. Windows color (decimal): -3166077 or 8630479. OLE color: 8630479.
HSL color Cylindrical-coordinate representation of color #CFB083: hue angle of 35.53º degrees, saturation: 0.44, 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 #CFB083 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 131 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.19 |
| HSL | 35.53º | 0.44% | 0.66% | - |
| HSV(B) | 35.53º | 0.37% | 0.81% | - |
| XYZ | 45.35 | 45.95 | 27.95 | - |
| YUV | 180.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 131 | 0 | 0.15 | 0.37 | 0.19 | 35.53 | 0.44 | 0.66 |
| Hex | CF | B0 | 83 | 0 | F | 25 | 13 | 24 | 2C | 42 |
| Octal | 317 | 260 | 203 | 0 | 17 | 45 | 23 | 44 | 54 | 102 |
| Binary | 11001111 | 10110000 | 10000011 | 0 | 1111 | 100101 | 10011 | 100100 | 101100 | 1000010 |
Color Harmonies of #CFB083
Complementary color
Monochromatic Colors of #CFB083
Black with #CFB083
Text Example
Text Example
White with #CFB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB083; }
p { color: rgb(207,176,131); }
H1.HeaderClassName
{
color: #CFB083;
}
.AnyTagClassName
{
color: #CFB083;
}
</style>
background-color css
<style>
a { background-color: #CFB083; }
a { background-color: rgb(207,176,131); }
div.DivClassName
{
background-color: #CFB083;
}
.BgClassName
{
background-color: #CFB083;
}
</style>
border-color css
<style>
span { border-color: #CFB083; }
span { border-color: rgb(207,176,131); }
td.TdClassName
{
border-color: #CFB083;
}
.TagClassName
{
border-color: #CFB083;
}
</style>