Shades of Cameo #CF9D7C
Tints of Cameo #CF9D7C
RGB
CMYK
RGB Variations
Color information
#CF9D7C (or 0xCF9D7C) is known color: Cameo. HEX triplet: CF, 9D and 7C. RGB value is (207,157,124). Sum of RGB (Red+Green+Blue) = 207+157+124=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D7C is #306283. Grayscale: #A8A8A8. Windows color (decimal): -3170948 or 8166863. OLE color: 8166863.
HSL color Cylindrical-coordinate representation of color #CF9D7C: hue angle of 23.86º 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 #CF9D7C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 124 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.19 |
| HSL | 23.86º | 0.46% | 0.65% | - |
| HSV(B) | 23.86º | 0.4% | 0.81% | - |
| XYZ | 41.43 | 38.83 | 24.38 | - |
| YUV | 168.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 124 | 0 | 0.24 | 0.40 | 0.19 | 23.86 | 0.46 | 0.65 |
| Hex | CF | 9D | 7C | 0 | 18 | 28 | 13 | 18 | 2E | 41 |
| Octal | 317 | 235 | 174 | 0 | 30 | 50 | 23 | 30 | 56 | 101 |
| Binary | 11001111 | 10011101 | 1111100 | 0 | 11000 | 101000 | 10011 | 11000 | 101110 | 1000001 |
Color Harmonies of #CF9D7C
Complementary color
Monochromatic Colors of #CF9D7C
Black with #CF9D7C
Text Example
Text Example
White with #CF9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D7C; }
p { color: rgb(207,157,124); }
H1.HeaderClassName
{
color: #CF9D7C;
}
.AnyTagClassName
{
color: #CF9D7C;
}
</style>
background-color css
<style>
a { background-color: #CF9D7C; }
a { background-color: rgb(207,157,124); }
div.DivClassName
{
background-color: #CF9D7C;
}
.BgClassName
{
background-color: #CF9D7C;
}
</style>
border-color css
<style>
span { border-color: #CF9D7C; }
span { border-color: rgb(207,157,124); }
td.TdClassName
{
border-color: #CF9D7C;
}
.TagClassName
{
border-color: #CF9D7C;
}
</style>