Shades of Cameo #CFA38A
Tints of Cameo #CFA38A
RGB
CMYK
RGB Variations
Color information
#CFA38A (or 0xCFA38A) is known color: Cameo. HEX triplet: CF, A3 and 8A. RGB value is (207,163,138). Sum of RGB (Red+Green+Blue) = 207+163+138=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA38A is #305C75. Grayscale: #ADADAD. Windows color (decimal): -3169398 or 9085903. OLE color: 9085903.
HSL color Cylindrical-coordinate representation of color #CFA38A: hue angle of 21.74º 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 #CFA38A is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 138 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.19 |
| HSL | 21.74º | 0.42% | 0.68% | - |
| HSV(B) | 21.74º | 0.33% | 0.81% | - |
| XYZ | 43.42 | 41.29 | 29.73 | - |
| YUV | 173.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 138 | 0 | 0.21 | 0.33 | 0.19 | 21.74 | 0.42 | 0.68 |
| Hex | CF | A3 | 8A | 0 | 15 | 21 | 13 | 16 | 2A | 44 |
| Octal | 317 | 243 | 212 | 0 | 25 | 41 | 23 | 26 | 52 | 104 |
| Binary | 11001111 | 10100011 | 10001010 | 0 | 10101 | 100001 | 10011 | 10110 | 101010 | 1000100 |
Color Harmonies of #CFA38A
Complementary color
Monochromatic Colors of #CFA38A
Black with #CFA38A
Text Example
Text Example
White with #CFA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA38A; }
p { color: rgb(207,163,138); }
H1.HeaderClassName
{
color: #CFA38A;
}
.AnyTagClassName
{
color: #CFA38A;
}
</style>
background-color css
<style>
a { background-color: #CFA38A; }
a { background-color: rgb(207,163,138); }
div.DivClassName
{
background-color: #CFA38A;
}
.BgClassName
{
background-color: #CFA38A;
}
</style>
border-color css
<style>
span { border-color: #CFA38A; }
span { border-color: rgb(207,163,138); }
td.TdClassName
{
border-color: #CFA38A;
}
.TagClassName
{
border-color: #CFA38A;
}
</style>