Shades of Cameo #CEA182
Tints of Cameo #CEA182
RGB
CMYK
RGB Variations
Color information
#CEA182 (or 0xCEA182) is known color: Cameo. HEX triplet: CE, A1 and 82. RGB value is (206,161,130). Sum of RGB (Red+Green+Blue) = 206+161+130=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA182 is #315E7D. Grayscale: #ABABAB. Windows color (decimal): -3235454 or 8561102. OLE color: 8561102.
HSL color Cylindrical-coordinate representation of color #CEA182: hue angle of 24.47º degrees, saturation: 0.44, 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 #CEA182 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 130 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.19 |
| HSL | 24.47º | 0.44% | 0.66% | - |
| HSV(B) | 24.47º | 0.37% | 0.81% | - |
| XYZ | 42.23 | 40.22 | 26.66 | - |
| YUV | 170.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 130 | 0 | 0.22 | 0.37 | 0.19 | 24.47 | 0.44 | 0.66 |
| Hex | CE | A1 | 82 | 0 | 16 | 25 | 13 | 18 | 2C | 42 |
| Octal | 316 | 241 | 202 | 0 | 26 | 45 | 23 | 30 | 54 | 102 |
| Binary | 11001110 | 10100001 | 10000010 | 0 | 10110 | 100101 | 10011 | 11000 | 101100 | 1000010 |
Color Harmonies of #CEA182
Complementary color
Monochromatic Colors of #CEA182
Black with #CEA182
Text Example
Text Example
White with #CEA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA182; }
p { color: rgb(206,161,130); }
H1.HeaderClassName
{
color: #CEA182;
}
.AnyTagClassName
{
color: #CEA182;
}
</style>
background-color css
<style>
a { background-color: #CEA182; }
a { background-color: rgb(206,161,130); }
div.DivClassName
{
background-color: #CEA182;
}
.BgClassName
{
background-color: #CEA182;
}
</style>
border-color css
<style>
span { border-color: #CEA182; }
span { border-color: rgb(206,161,130); }
td.TdClassName
{
border-color: #CEA182;
}
.TagClassName
{
border-color: #CEA182;
}
</style>