Shades of Cameo #CFA282
Tints of Cameo #CFA282
RGB
CMYK
RGB Variations
Color information
#CFA282 (or 0xCFA282) is known color: Cameo. HEX triplet: CF, A2 and 82. RGB value is (207,162,130). Sum of RGB (Red+Green+Blue) = 207+162+130=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA282 is #305D7D. Grayscale: #ABABAB. Windows color (decimal): -3169662 or 8561359. OLE color: 8561359.
HSL color Cylindrical-coordinate representation of color #CFA282: hue angle of 24.94º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA282 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 130 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.19 |
| HSL | 24.94º | 0.45% | 0.66% | - |
| HSV(B) | 24.94º | 0.37% | 0.81% | - |
| XYZ | 42.68 | 40.72 | 26.73 | - |
| YUV | 171.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 130 | 0 | 0.22 | 0.37 | 0.19 | 24.94 | 0.45 | 0.66 |
| Hex | CF | A2 | 82 | 0 | 16 | 25 | 13 | 19 | 2D | 42 |
| Octal | 317 | 242 | 202 | 0 | 26 | 45 | 23 | 31 | 55 | 102 |
| Binary | 11001111 | 10100010 | 10000010 | 0 | 10110 | 100101 | 10011 | 11001 | 101101 | 1000010 |
Color Harmonies of #CFA282
Complementary color
Monochromatic Colors of #CFA282
Black with #CFA282
Text Example
Text Example
White with #CFA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA282; }
p { color: rgb(207,162,130); }
H1.HeaderClassName
{
color: #CFA282;
}
.AnyTagClassName
{
color: #CFA282;
}
</style>
background-color css
<style>
a { background-color: #CFA282; }
a { background-color: rgb(207,162,130); }
div.DivClassName
{
background-color: #CFA282;
}
.BgClassName
{
background-color: #CFA282;
}
</style>
border-color css
<style>
span { border-color: #CFA282; }
span { border-color: rgb(207,162,130); }
td.TdClassName
{
border-color: #CFA282;
}
.TagClassName
{
border-color: #CFA282;
}
</style>