Shades of Cameo #CF9F7A
Tints of Cameo #CF9F7A
RGB
CMYK
RGB Variations
Color information
#CF9F7A (or 0xCF9F7A) is known color: Cameo. HEX triplet: CF, 9F and 7A. RGB value is (207,159,122). Sum of RGB (Red+Green+Blue) = 207+159+122=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F7A is #306085. Grayscale: #A9A9A9. Windows color (decimal): -3170438 or 8036303. OLE color: 8036303.
HSL color Cylindrical-coordinate representation of color #CF9F7A: hue angle of 26.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF9F7A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 122 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.19 |
| HSL | 26.12º | 0.47% | 0.65% | - |
| HSV(B) | 26.12º | 0.41% | 0.81% | - |
| XYZ | 41.64 | 39.47 | 23.84 | - |
| YUV | 169.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 122 | 0 | 0.23 | 0.41 | 0.19 | 26.12 | 0.47 | 0.65 |
| Hex | CF | 9F | 7A | 0 | 17 | 29 | 13 | 1A | 2F | 41 |
| Octal | 317 | 237 | 172 | 0 | 27 | 51 | 23 | 32 | 57 | 101 |
| Binary | 11001111 | 10011111 | 1111010 | 0 | 10111 | 101001 | 10011 | 11010 | 101111 | 1000001 |
Color Harmonies of #CF9F7A
Complementary color
Monochromatic Colors of #CF9F7A
Black with #CF9F7A
Text Example
Text Example
White with #CF9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F7A; }
p { color: rgb(207,159,122); }
H1.HeaderClassName
{
color: #CF9F7A;
}
.AnyTagClassName
{
color: #CF9F7A;
}
</style>
background-color css
<style>
a { background-color: #CF9F7A; }
a { background-color: rgb(207,159,122); }
div.DivClassName
{
background-color: #CF9F7A;
}
.BgClassName
{
background-color: #CF9F7A;
}
</style>
border-color css
<style>
span { border-color: #CF9F7A; }
span { border-color: rgb(207,159,122); }
td.TdClassName
{
border-color: #CF9F7A;
}
.TagClassName
{
border-color: #CF9F7A;
}
</style>