Shades of Calico #CFB383
Tints of Calico #CFB383
RGB
CMYK
RGB Variations
Color information
#CFB383 (or 0xCFB383) is known color: Calico. HEX triplet: CF, B3 and 83. RGB value is (207,179,131). Sum of RGB (Red+Green+Blue) = 207+179+131=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB383 is #304C7C. Grayscale: #B6B6B6. Windows color (decimal): -3165309 or 8631247. OLE color: 8631247.
HSL color Cylindrical-coordinate representation of color #CFB383: hue angle of 37.89º 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 #CFB383 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 131 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.19 |
| HSL | 37.89º | 0.44% | 0.66% | - |
| HSV(B) | 37.89º | 0.37% | 0.81% | - |
| XYZ | 45.95 | 47.14 | 28.15 | - |
| YUV | 181.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 131 | 0 | 0.14 | 0.37 | 0.19 | 37.89 | 0.44 | 0.66 |
| Hex | CF | B3 | 83 | 0 | E | 25 | 13 | 26 | 2C | 42 |
| Octal | 317 | 263 | 203 | 0 | 16 | 45 | 23 | 46 | 54 | 102 |
| Binary | 11001111 | 10110011 | 10000011 | 0 | 1110 | 100101 | 10011 | 100110 | 101100 | 1000010 |
Color Harmonies of #CFB383
Complementary color
Monochromatic Colors of #CFB383
Black with #CFB383
Text Example
Text Example
White with #CFB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB383; }
p { color: rgb(207,179,131); }
H1.HeaderClassName
{
color: #CFB383;
}
.AnyTagClassName
{
color: #CFB383;
}
</style>
background-color css
<style>
a { background-color: #CFB383; }
a { background-color: rgb(207,179,131); }
div.DivClassName
{
background-color: #CFB383;
}
.BgClassName
{
background-color: #CFB383;
}
</style>
border-color css
<style>
span { border-color: #CFB383; }
span { border-color: rgb(207,179,131); }
td.TdClassName
{
border-color: #CFB383;
}
.TagClassName
{
border-color: #CFB383;
}
</style>