Shades of Cameo #CF9C81
Tints of Cameo #CF9C81
RGB
CMYK
RGB Variations
Color information
#CF9C81 (or 0xCF9C81) is known color: Cameo. HEX triplet: CF, 9C and 81. RGB value is (207,156,129). Sum of RGB (Red+Green+Blue) = 207+156+129=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C81 is #30637E. Grayscale: #A8A8A8. Windows color (decimal): -3171199 or 8494287. OLE color: 8494287.
HSL color Cylindrical-coordinate representation of color #CF9C81: hue angle of 20.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9C81 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 129 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.19 |
| HSL | 20.77º | 0.45% | 0.66% | - |
| HSV(B) | 20.77º | 0.38% | 0.81% | - |
| XYZ | 41.58 | 38.63 | 26.03 | - |
| YUV | 168.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 129 | 0 | 0.25 | 0.38 | 0.19 | 20.77 | 0.45 | 0.66 |
| Hex | CF | 9C | 81 | 0 | 19 | 26 | 13 | 15 | 2D | 42 |
| Octal | 317 | 234 | 201 | 0 | 31 | 46 | 23 | 25 | 55 | 102 |
| Binary | 11001111 | 10011100 | 10000001 | 0 | 11001 | 100110 | 10011 | 10101 | 101101 | 1000010 |
Color Harmonies of #CF9C81
Complementary color
Monochromatic Colors of #CF9C81
Black with #CF9C81
Text Example
Text Example
White with #CF9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C81; }
p { color: rgb(207,156,129); }
H1.HeaderClassName
{
color: #CF9C81;
}
.AnyTagClassName
{
color: #CF9C81;
}
</style>
background-color css
<style>
a { background-color: #CF9C81; }
a { background-color: rgb(207,156,129); }
div.DivClassName
{
background-color: #CF9C81;
}
.BgClassName
{
background-color: #CF9C81;
}
</style>
border-color css
<style>
span { border-color: #CF9C81; }
span { border-color: rgb(207,156,129); }
td.TdClassName
{
border-color: #CF9C81;
}
.TagClassName
{
border-color: #CF9C81;
}
</style>