Shades of Cameo #CF9C7A
Tints of Cameo #CF9C7A
RGB
CMYK
RGB Variations
Color information
#CF9C7A (or 0xCF9C7A) is known color: Cameo. HEX triplet: CF, 9C and 7A. RGB value is (207,156,122). Sum of RGB (Red+Green+Blue) = 207+156+122=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C7A is #306385. Grayscale: #A7A7A7. Windows color (decimal): -3171206 or 8035535. OLE color: 8035535.
HSL color Cylindrical-coordinate representation of color #CF9C7A: hue angle of 24º 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 #CF9C7A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 122 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.19 |
| HSL | 24º | 0.47% | 0.65% | - |
| HSV(B) | 24º | 0.41% | 0.81% | - |
| XYZ | 41.13 | 38.45 | 23.67 | - |
| YUV | 167.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 122 | 0 | 0.25 | 0.41 | 0.19 | 24 | 0.47 | 0.65 |
| Hex | CF | 9C | 7A | 0 | 19 | 29 | 13 | 18 | 2F | 41 |
| Octal | 317 | 234 | 172 | 0 | 31 | 51 | 23 | 30 | 57 | 101 |
| Binary | 11001111 | 10011100 | 1111010 | 0 | 11001 | 101001 | 10011 | 11000 | 101111 | 1000001 |
Color Harmonies of #CF9C7A
Complementary color
Monochromatic Colors of #CF9C7A
Black with #CF9C7A
Text Example
Text Example
White with #CF9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C7A; }
p { color: rgb(207,156,122); }
H1.HeaderClassName
{
color: #CF9C7A;
}
.AnyTagClassName
{
color: #CF9C7A;
}
</style>
background-color css
<style>
a { background-color: #CF9C7A; }
a { background-color: rgb(207,156,122); }
div.DivClassName
{
background-color: #CF9C7A;
}
.BgClassName
{
background-color: #CF9C7A;
}
</style>
border-color css
<style>
span { border-color: #CF9C7A; }
span { border-color: rgb(207,156,122); }
td.TdClassName
{
border-color: #CF9C7A;
}
.TagClassName
{
border-color: #CF9C7A;
}
</style>