Shades of Cameo #CFA07A
Tints of Cameo #CFA07A
RGB
CMYK
RGB Variations
Color information
#CFA07A (or 0xCFA07A) is known color: Cameo. HEX triplet: CF, A0 and 7A. RGB value is (207,160,122). Sum of RGB (Red+Green+Blue) = 207+160+122=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA07A is #305F85. Grayscale: #A9A9A9. Windows color (decimal): -3170182 or 8036559. OLE color: 8036559.
HSL color Cylindrical-coordinate representation of color #CFA07A: hue angle of 26.82º 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 #CFA07A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 122 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.19 |
| HSL | 26.82º | 0.47% | 0.65% | - |
| HSV(B) | 26.82º | 0.41% | 0.81% | - |
| XYZ | 41.82 | 39.81 | 23.89 | - |
| YUV | 169.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 122 | 0 | 0.23 | 0.41 | 0.19 | 26.82 | 0.47 | 0.65 |
| Hex | CF | A0 | 7A | 0 | 17 | 29 | 13 | 1B | 2F | 41 |
| Octal | 317 | 240 | 172 | 0 | 27 | 51 | 23 | 33 | 57 | 101 |
| Binary | 11001111 | 10100000 | 1111010 | 0 | 10111 | 101001 | 10011 | 11011 | 101111 | 1000001 |
Color Harmonies of #CFA07A
Complementary color
Monochromatic Colors of #CFA07A
Black with #CFA07A
Text Example
Text Example
White with #CFA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA07A; }
p { color: rgb(207,160,122); }
H1.HeaderClassName
{
color: #CFA07A;
}
.AnyTagClassName
{
color: #CFA07A;
}
</style>
background-color css
<style>
a { background-color: #CFA07A; }
a { background-color: rgb(207,160,122); }
div.DivClassName
{
background-color: #CFA07A;
}
.BgClassName
{
background-color: #CFA07A;
}
</style>
border-color css
<style>
span { border-color: #CFA07A; }
span { border-color: rgb(207,160,122); }
td.TdClassName
{
border-color: #CFA07A;
}
.TagClassName
{
border-color: #CFA07A;
}
</style>