Shades of Calico #CFB17F
Tints of Calico #CFB17F
RGB
CMYK
RGB Variations
Color information
#CFB17F (or 0xCFB17F) is known color: Calico. HEX triplet: CF, B1 and 7F. RGB value is (207,177,127). Sum of RGB (Red+Green+Blue) = 207+177+127=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17F is #304E80. Grayscale: #B4B4B4. Windows color (decimal): -3165825 or 8368591. OLE color: 8368591.
HSL color Cylindrical-coordinate representation of color #CFB17F: hue angle of 37.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB17F is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 127 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.19 |
| HSL | 37.5º | 0.45% | 0.65% | - |
| HSV(B) | 37.5º | 0.39% | 0.81% | - |
| XYZ | 45.29 | 46.24 | 26.62 | - |
| YUV | 180.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 127 | 0 | 0.14 | 0.39 | 0.19 | 37.5 | 0.45 | 0.65 |
| Hex | CF | B1 | 7F | 0 | E | 27 | 13 | 26 | 2D | 41 |
| Octal | 317 | 261 | 177 | 0 | 16 | 47 | 23 | 46 | 55 | 101 |
| Binary | 11001111 | 10110001 | 1111111 | 0 | 1110 | 100111 | 10011 | 100110 | 101101 | 1000001 |
Color Harmonies of #CFB17F
Complementary color
Monochromatic Colors of #CFB17F
Black with #CFB17F
Text Example
Text Example
White with #CFB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB17F; }
p { color: rgb(207,177,127); }
H1.HeaderClassName
{
color: #CFB17F;
}
.AnyTagClassName
{
color: #CFB17F;
}
</style>
background-color css
<style>
a { background-color: #CFB17F; }
a { background-color: rgb(207,177,127); }
div.DivClassName
{
background-color: #CFB17F;
}
.BgClassName
{
background-color: #CFB17F;
}
</style>
border-color css
<style>
span { border-color: #CFB17F; }
span { border-color: rgb(207,177,127); }
td.TdClassName
{
border-color: #CFB17F;
}
.TagClassName
{
border-color: #CFB17F;
}
</style>