Shades of Cameo #CFA47B
Tints of Cameo #CFA47B
RGB
CMYK
RGB Variations
Color information
#CFA47B (or 0xCFA47B) is known color: Cameo. HEX triplet: CF, A4 and 7B. RGB value is (207,164,123). Sum of RGB (Red+Green+Blue) = 207+164+123=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA47B is #305B84. Grayscale: #ACACAC. Windows color (decimal): -3169157 or 8103119. OLE color: 8103119.
HSL color Cylindrical-coordinate representation of color #CFA47B: hue angle of 29.29º 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 #CFA47B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 123 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.19 |
| HSL | 29.29º | 0.47% | 0.65% | - |
| HSV(B) | 29.29º | 0.41% | 0.81% | - |
| XYZ | 42.58 | 41.25 | 24.46 | - |
| YUV | 172.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 123 | 0 | 0.21 | 0.41 | 0.19 | 29.29 | 0.47 | 0.65 |
| Hex | CF | A4 | 7B | 0 | 15 | 29 | 13 | 1D | 2F | 41 |
| Octal | 317 | 244 | 173 | 0 | 25 | 51 | 23 | 35 | 57 | 101 |
| Binary | 11001111 | 10100100 | 1111011 | 0 | 10101 | 101001 | 10011 | 11101 | 101111 | 1000001 |
Color Harmonies of #CFA47B
Complementary color
Monochromatic Colors of #CFA47B
Black with #CFA47B
Text Example
Text Example
White with #CFA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA47B; }
p { color: rgb(207,164,123); }
H1.HeaderClassName
{
color: #CFA47B;
}
.AnyTagClassName
{
color: #CFA47B;
}
</style>
background-color css
<style>
a { background-color: #CFA47B; }
a { background-color: rgb(207,164,123); }
div.DivClassName
{
background-color: #CFA47B;
}
.BgClassName
{
background-color: #CFA47B;
}
</style>
border-color css
<style>
span { border-color: #CFA47B; }
span { border-color: rgb(207,164,123); }
td.TdClassName
{
border-color: #CFA47B;
}
.TagClassName
{
border-color: #CFA47B;
}
</style>