Shades of Cameo #CFA48A
Tints of Cameo #CFA48A
RGB
CMYK
RGB Variations
Color information
#CFA48A (or 0xCFA48A) is known color: Cameo. HEX triplet: CF, A4 and 8A. RGB value is (207,164,138). Sum of RGB (Red+Green+Blue) = 207+164+138=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA48A is #305B75. Grayscale: #AEAEAE. Windows color (decimal): -3169142 or 9086159. OLE color: 9086159.
HSL color Cylindrical-coordinate representation of color #CFA48A: hue angle of 22.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA48A is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 138 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.19 |
| HSL | 22.61º | 0.42% | 0.68% | - |
| HSV(B) | 22.61º | 0.33% | 0.81% | - |
| XYZ | 43.6 | 41.65 | 29.79 | - |
| YUV | 173.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 138 | 0 | 0.21 | 0.33 | 0.19 | 22.61 | 0.42 | 0.68 |
| Hex | CF | A4 | 8A | 0 | 15 | 21 | 13 | 17 | 2A | 44 |
| Octal | 317 | 244 | 212 | 0 | 25 | 41 | 23 | 27 | 52 | 104 |
| Binary | 11001111 | 10100100 | 10001010 | 0 | 10101 | 100001 | 10011 | 10111 | 101010 | 1000100 |
Color Harmonies of #CFA48A
Complementary color
Monochromatic Colors of #CFA48A
Black with #CFA48A
Text Example
Text Example
White with #CFA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA48A; }
p { color: rgb(207,164,138); }
H1.HeaderClassName
{
color: #CFA48A;
}
.AnyTagClassName
{
color: #CFA48A;
}
</style>
background-color css
<style>
a { background-color: #CFA48A; }
a { background-color: rgb(207,164,138); }
div.DivClassName
{
background-color: #CFA48A;
}
.BgClassName
{
background-color: #CFA48A;
}
</style>
border-color css
<style>
span { border-color: #CFA48A; }
span { border-color: rgb(207,164,138); }
td.TdClassName
{
border-color: #CFA48A;
}
.TagClassName
{
border-color: #CFA48A;
}
</style>