Shades of Cameo #CFA080
Tints of Cameo #CFA080
RGB
CMYK
RGB Variations
Color information
#CFA080 (or 0xCFA080) is known color: Cameo. HEX triplet: CF, A0 and 80. RGB value is (207,160,128). Sum of RGB (Red+Green+Blue) = 207+160+128=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA080 is #305F7F. Grayscale: #AAAAAA. Windows color (decimal): -3170176 or 8429775. OLE color: 8429775.
HSL color Cylindrical-coordinate representation of color #CFA080: hue angle of 24.3º 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 #CFA080 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 128 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.19 |
| HSL | 24.3º | 0.45% | 0.66% | - |
| HSV(B) | 24.3º | 0.38% | 0.81% | - |
| XYZ | 42.2 | 39.97 | 25.91 | - |
| YUV | 170.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 128 | 0 | 0.23 | 0.38 | 0.19 | 24.3 | 0.45 | 0.66 |
| Hex | CF | A0 | 80 | 0 | 17 | 26 | 13 | 18 | 2D | 42 |
| Octal | 317 | 240 | 200 | 0 | 27 | 46 | 23 | 30 | 55 | 102 |
| Binary | 11001111 | 10100000 | 10000000 | 0 | 10111 | 100110 | 10011 | 11000 | 101101 | 1000010 |
Color Harmonies of #CFA080
Complementary color
Monochromatic Colors of #CFA080
Black with #CFA080
Text Example
Text Example
White with #CFA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA080; }
p { color: rgb(207,160,128); }
H1.HeaderClassName
{
color: #CFA080;
}
.AnyTagClassName
{
color: #CFA080;
}
</style>
background-color css
<style>
a { background-color: #CFA080; }
a { background-color: rgb(207,160,128); }
div.DivClassName
{
background-color: #CFA080;
}
.BgClassName
{
background-color: #CFA080;
}
</style>
border-color css
<style>
span { border-color: #CFA080; }
span { border-color: rgb(207,160,128); }
td.TdClassName
{
border-color: #CFA080;
}
.TagClassName
{
border-color: #CFA080;
}
</style>