Shades of Cameo #CFA47A
Tints of Cameo #CFA47A
RGB
CMYK
RGB Variations
Color information
#CFA47A (or 0xCFA47A) is known color: Cameo. HEX triplet: CF, A4 and 7A. RGB value is (207,164,122). Sum of RGB (Red+Green+Blue) = 207+164+122=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA47A is #305B85. Grayscale: #ACACAC. Windows color (decimal): -3169158 or 8037583. OLE color: 8037583.
HSL color Cylindrical-coordinate representation of color #CFA47A: hue angle of 29.65º 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 #CFA47A is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 122 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.19 |
| HSL | 29.65º | 0.47% | 0.65% | - |
| HSV(B) | 29.65º | 0.41% | 0.81% | - |
| XYZ | 42.52 | 41.22 | 24.13 | - |
| YUV | 172.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 122 | 0 | 0.21 | 0.41 | 0.19 | 29.65 | 0.47 | 0.65 |
| Hex | CF | A4 | 7A | 0 | 15 | 29 | 13 | 1E | 2F | 41 |
| Octal | 317 | 244 | 172 | 0 | 25 | 51 | 23 | 36 | 57 | 101 |
| Binary | 11001111 | 10100100 | 1111010 | 0 | 10101 | 101001 | 10011 | 11110 | 101111 | 1000001 |
Color Harmonies of #CFA47A
Complementary color
Monochromatic Colors of #CFA47A
Black with #CFA47A
Text Example
Text Example
White with #CFA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA47A; }
p { color: rgb(207,164,122); }
H1.HeaderClassName
{
color: #CFA47A;
}
.AnyTagClassName
{
color: #CFA47A;
}
</style>
background-color css
<style>
a { background-color: #CFA47A; }
a { background-color: rgb(207,164,122); }
div.DivClassName
{
background-color: #CFA47A;
}
.BgClassName
{
background-color: #CFA47A;
}
</style>
border-color css
<style>
span { border-color: #CFA47A; }
span { border-color: rgb(207,164,122); }
td.TdClassName
{
border-color: #CFA47A;
}
.TagClassName
{
border-color: #CFA47A;
}
</style>