Shades of Calico #CFB385
Tints of Calico #CFB385
RGB
CMYK
RGB Variations
Color information
#CFB385 (or 0xCFB385) is known color: Calico. HEX triplet: CF, B3 and 85. RGB value is (207,179,133). Sum of RGB (Red+Green+Blue) = 207+179+133=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB385 is #304C7A. Grayscale: #B6B6B6. Windows color (decimal): -3165307 or 8762319. OLE color: 8762319.
HSL color Cylindrical-coordinate representation of color #CFB385: hue angle of 37.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFB385 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 133 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.19 |
| HSL | 37.3º | 0.44% | 0.67% | - |
| HSV(B) | 37.3º | 0.36% | 0.81% | - |
| XYZ | 46.09 | 47.2 | 28.87 | - |
| YUV | 182.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 133 | 0 | 0.14 | 0.36 | 0.19 | 37.3 | 0.44 | 0.67 |
| Hex | CF | B3 | 85 | 0 | E | 24 | 13 | 25 | 2C | 43 |
| Octal | 317 | 263 | 205 | 0 | 16 | 44 | 23 | 45 | 54 | 103 |
| Binary | 11001111 | 10110011 | 10000101 | 0 | 1110 | 100100 | 10011 | 100101 | 101100 | 1000011 |
Color Harmonies of #CFB385
Complementary color
Monochromatic Colors of #CFB385
Black with #CFB385
Text Example
Text Example
White with #CFB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB385; }
p { color: rgb(207,179,133); }
H1.HeaderClassName
{
color: #CFB385;
}
.AnyTagClassName
{
color: #CFB385;
}
</style>
background-color css
<style>
a { background-color: #CFB385; }
a { background-color: rgb(207,179,133); }
div.DivClassName
{
background-color: #CFB385;
}
.BgClassName
{
background-color: #CFB385;
}
</style>
border-color css
<style>
span { border-color: #CFB385; }
span { border-color: rgb(207,179,133); }
td.TdClassName
{
border-color: #CFB385;
}
.TagClassName
{
border-color: #CFB385;
}
</style>