Shades of Cameo #CF9D7D
Tints of Cameo #CF9D7D
RGB
CMYK
RGB Variations
Color information
#CF9D7D (or 0xCF9D7D) is known color: Cameo. HEX triplet: CF, 9D and 7D. RGB value is (207,157,125). Sum of RGB (Red+Green+Blue) = 207+157+125=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D7D is #306282. Grayscale: #A8A8A8. Windows color (decimal): -3170947 or 8232399. OLE color: 8232399.
HSL color Cylindrical-coordinate representation of color #CF9D7D: hue angle of 23.41º 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 #CF9D7D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 125 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.19 |
| HSL | 23.41º | 0.46% | 0.65% | - |
| HSV(B) | 23.41º | 0.4% | 0.81% | - |
| XYZ | 41.49 | 38.86 | 24.72 | - |
| YUV | 168.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 125 | 0 | 0.24 | 0.40 | 0.19 | 23.41 | 0.46 | 0.65 |
| Hex | CF | 9D | 7D | 0 | 18 | 28 | 13 | 17 | 2E | 41 |
| Octal | 317 | 235 | 175 | 0 | 30 | 50 | 23 | 27 | 56 | 101 |
| Binary | 11001111 | 10011101 | 1111101 | 0 | 11000 | 101000 | 10011 | 10111 | 101110 | 1000001 |
Color Harmonies of #CF9D7D
Complementary color
Monochromatic Colors of #CF9D7D
Black with #CF9D7D
Text Example
Text Example
White with #CF9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D7D; }
p { color: rgb(207,157,125); }
H1.HeaderClassName
{
color: #CF9D7D;
}
.AnyTagClassName
{
color: #CF9D7D;
}
</style>
background-color css
<style>
a { background-color: #CF9D7D; }
a { background-color: rgb(207,157,125); }
div.DivClassName
{
background-color: #CF9D7D;
}
.BgClassName
{
background-color: #CF9D7D;
}
</style>
border-color css
<style>
span { border-color: #CF9D7D; }
span { border-color: rgb(207,157,125); }
td.TdClassName
{
border-color: #CF9D7D;
}
.TagClassName
{
border-color: #CF9D7D;
}
</style>