Shades of Calico #CFB284
Tints of Calico #CFB284
RGB
CMYK
RGB Variations
Color information
#CFB284 (or 0xCFB284) is known color: Calico. HEX triplet: CF, B2 and 84. RGB value is (207,178,132). Sum of RGB (Red+Green+Blue) = 207+178+132=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB284 is #304D7B. Grayscale: #B5B5B5. Windows color (decimal): -3165564 or 8696527. OLE color: 8696527.
HSL color Cylindrical-coordinate representation of color #CFB284: hue angle of 36.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFB284 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 132 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.19 |
| HSL | 36.8º | 0.44% | 0.66% | - |
| HSV(B) | 36.8º | 0.36% | 0.81% | - |
| XYZ | 45.82 | 46.77 | 28.44 | - |
| YUV | 181.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 132 | 0 | 0.14 | 0.36 | 0.19 | 36.8 | 0.44 | 0.66 |
| Hex | CF | B2 | 84 | 0 | E | 24 | 13 | 25 | 2C | 42 |
| Octal | 317 | 262 | 204 | 0 | 16 | 44 | 23 | 45 | 54 | 102 |
| Binary | 11001111 | 10110010 | 10000100 | 0 | 1110 | 100100 | 10011 | 100101 | 101100 | 1000010 |
Color Harmonies of #CFB284
Complementary color
Monochromatic Colors of #CFB284
Black with #CFB284
Text Example
Text Example
White with #CFB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB284; }
p { color: rgb(207,178,132); }
H1.HeaderClassName
{
color: #CFB284;
}
.AnyTagClassName
{
color: #CFB284;
}
</style>
background-color css
<style>
a { background-color: #CFB284; }
a { background-color: rgb(207,178,132); }
div.DivClassName
{
background-color: #CFB284;
}
.BgClassName
{
background-color: #CFB284;
}
</style>
border-color css
<style>
span { border-color: #CFB284; }
span { border-color: rgb(207,178,132); }
td.TdClassName
{
border-color: #CFB284;
}
.TagClassName
{
border-color: #CFB284;
}
</style>