Shades of Calico #CFB17D
Tints of Calico #CFB17D
RGB
CMYK
RGB Variations
Color information
#CFB17D (or 0xCFB17D) is known color: Calico. HEX triplet: CF, B1 and 7D. RGB value is (207,177,125). Sum of RGB (Red+Green+Blue) = 207+177+125=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17D is #304E82. Grayscale: #B4B4B4. Windows color (decimal): -3165827 or 8237519. OLE color: 8237519.
HSL color Cylindrical-coordinate representation of color #CFB17D: hue angle of 38.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB17D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 125 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.19 |
| HSL | 38.05º | 0.46% | 0.65% | - |
| HSV(B) | 38.05º | 0.4% | 0.81% | - |
| XYZ | 45.16 | 46.19 | 25.94 | - |
| YUV | 180.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 125 | 0 | 0.14 | 0.40 | 0.19 | 38.05 | 0.46 | 0.65 |
| Hex | CF | B1 | 7D | 0 | E | 28 | 13 | 26 | 2E | 41 |
| Octal | 317 | 261 | 175 | 0 | 16 | 50 | 23 | 46 | 56 | 101 |
| Binary | 11001111 | 10110001 | 1111101 | 0 | 1110 | 101000 | 10011 | 100110 | 101110 | 1000001 |
Color Harmonies of #CFB17D
Complementary color
Monochromatic Colors of #CFB17D
Black with #CFB17D
Text Example
Text Example
White with #CFB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB17D; }
p { color: rgb(207,177,125); }
H1.HeaderClassName
{
color: #CFB17D;
}
.AnyTagClassName
{
color: #CFB17D;
}
</style>
background-color css
<style>
a { background-color: #CFB17D; }
a { background-color: rgb(207,177,125); }
div.DivClassName
{
background-color: #CFB17D;
}
.BgClassName
{
background-color: #CFB17D;
}
</style>
border-color css
<style>
span { border-color: #CFB17D; }
span { border-color: rgb(207,177,125); }
td.TdClassName
{
border-color: #CFB17D;
}
.TagClassName
{
border-color: #CFB17D;
}
</style>