Shades of Calico #CFB180
Tints of Calico #CFB180
RGB
CMYK
RGB Variations
Color information
#CFB180 (or 0xCFB180) is known color: Calico. HEX triplet: CF, B1 and 80. RGB value is (207,177,128). Sum of RGB (Red+Green+Blue) = 207+177+128=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB180 is #304E7F. Grayscale: #B4B4B4. Windows color (decimal): -3165824 or 8434127. OLE color: 8434127.
HSL color Cylindrical-coordinate representation of color #CFB180: hue angle of 37.22º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFB180 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 128 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.19 |
| HSL | 37.22º | 0.45% | 0.66% | - |
| HSV(B) | 37.22º | 0.38% | 0.81% | - |
| XYZ | 45.35 | 46.27 | 26.96 | - |
| YUV | 180.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 128 | 0 | 0.14 | 0.38 | 0.19 | 37.22 | 0.45 | 0.66 |
| Hex | CF | B1 | 80 | 0 | E | 26 | 13 | 25 | 2D | 42 |
| Octal | 317 | 261 | 200 | 0 | 16 | 46 | 23 | 45 | 55 | 102 |
| Binary | 11001111 | 10110001 | 10000000 | 0 | 1110 | 100110 | 10011 | 100101 | 101101 | 1000010 |
Color Harmonies of #CFB180
Complementary color
Monochromatic Colors of #CFB180
Black with #CFB180
Text Example
Text Example
White with #CFB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB180; }
p { color: rgb(207,177,128); }
H1.HeaderClassName
{
color: #CFB180;
}
.AnyTagClassName
{
color: #CFB180;
}
</style>
background-color css
<style>
a { background-color: #CFB180; }
a { background-color: rgb(207,177,128); }
div.DivClassName
{
background-color: #CFB180;
}
.BgClassName
{
background-color: #CFB180;
}
</style>
border-color css
<style>
span { border-color: #CFB180; }
span { border-color: rgb(207,177,128); }
td.TdClassName
{
border-color: #CFB180;
}
.TagClassName
{
border-color: #CFB180;
}
</style>