Shades of Cameo #CF9C7D
Tints of Cameo #CF9C7D
RGB
CMYK
RGB Variations
Color information
#CF9C7D (or 0xCF9C7D) is known color: Cameo. HEX triplet: CF, 9C and 7D. RGB value is (207,156,125). Sum of RGB (Red+Green+Blue) = 207+156+125=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C7D is #306382. Grayscale: #A7A7A7. Windows color (decimal): -3171203 or 8232143. OLE color: 8232143.
HSL color Cylindrical-coordinate representation of color #CF9C7D: hue angle of 22.68º 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 #CF9C7D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 125 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.19 |
| HSL | 22.68º | 0.46% | 0.65% | - |
| HSV(B) | 22.68º | 0.4% | 0.81% | - |
| XYZ | 41.32 | 38.52 | 24.66 | - |
| YUV | 167.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 125 | 0 | 0.25 | 0.40 | 0.19 | 22.68 | 0.46 | 0.65 |
| Hex | CF | 9C | 7D | 0 | 19 | 28 | 13 | 17 | 2E | 41 |
| Octal | 317 | 234 | 175 | 0 | 31 | 50 | 23 | 27 | 56 | 101 |
| Binary | 11001111 | 10011100 | 1111101 | 0 | 11001 | 101000 | 10011 | 10111 | 101110 | 1000001 |
Color Harmonies of #CF9C7D
Complementary color
Monochromatic Colors of #CF9C7D
Black with #CF9C7D
Text Example
Text Example
White with #CF9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C7D; }
p { color: rgb(207,156,125); }
H1.HeaderClassName
{
color: #CF9C7D;
}
.AnyTagClassName
{
color: #CF9C7D;
}
</style>
background-color css
<style>
a { background-color: #CF9C7D; }
a { background-color: rgb(207,156,125); }
div.DivClassName
{
background-color: #CF9C7D;
}
.BgClassName
{
background-color: #CF9C7D;
}
</style>
border-color css
<style>
span { border-color: #CF9C7D; }
span { border-color: rgb(207,156,125); }
td.TdClassName
{
border-color: #CF9C7D;
}
.TagClassName
{
border-color: #CF9C7D;
}
</style>