Shades of Calico #CFB184
Tints of Calico #CFB184
RGB
CMYK
RGB Variations
Color information
#CFB184 (or 0xCFB184) is known color: Calico. HEX triplet: CF, B1 and 84. RGB value is (207,177,132). Sum of RGB (Red+Green+Blue) = 207+177+132=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB184 is #304E7B. Grayscale: #B5B5B5. Windows color (decimal): -3165820 or 8696271. OLE color: 8696271.
HSL color Cylindrical-coordinate representation of color #CFB184: hue angle of 36º 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 #CFB184 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 132 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.19 |
| HSL | 36º | 0.44% | 0.66% | - |
| HSV(B) | 36º | 0.36% | 0.81% | - |
| XYZ | 45.62 | 46.38 | 28.38 | - |
| YUV | 180.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 132 | 0 | 0.14 | 0.36 | 0.19 | 36 | 0.44 | 0.66 |
| Hex | CF | B1 | 84 | 0 | E | 24 | 13 | 24 | 2C | 42 |
| Octal | 317 | 261 | 204 | 0 | 16 | 44 | 23 | 44 | 54 | 102 |
| Binary | 11001111 | 10110001 | 10000100 | 0 | 1110 | 100100 | 10011 | 100100 | 101100 | 1000010 |
Color Harmonies of #CFB184
Complementary color
Monochromatic Colors of #CFB184
Black with #CFB184
Text Example
Text Example
White with #CFB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB184; }
p { color: rgb(207,177,132); }
H1.HeaderClassName
{
color: #CFB184;
}
.AnyTagClassName
{
color: #CFB184;
}
</style>
background-color css
<style>
a { background-color: #CFB184; }
a { background-color: rgb(207,177,132); }
div.DivClassName
{
background-color: #CFB184;
}
.BgClassName
{
background-color: #CFB184;
}
</style>
border-color css
<style>
span { border-color: #CFB184; }
span { border-color: rgb(207,177,132); }
td.TdClassName
{
border-color: #CFB184;
}
.TagClassName
{
border-color: #CFB184;
}
</style>