Shades of Charm #CE818A
Tints of Charm #CE818A
RGB
CMYK
RGB Variations
Color information
#CE818A (or 0xCE818A) is known color: Charm. HEX triplet: CE, 81 and 8A. RGB value is (206,129,138). Sum of RGB (Red+Green+Blue) = 206+129+138=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE818A is #317E75. Grayscale: #999999. Windows color (decimal): -3243638 or 9077198. OLE color: 9077198.
HSL color Cylindrical-coordinate representation of color #CE818A: hue angle of 352.99º 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 #CE818A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 138 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.19 |
| HSL | 352.99º | 0.44% | 0.66% | - |
| HSV(B) | 352.99º | 0.37% | 0.81% | - |
| XYZ | 37.89 | 30.66 | 27.97 | - |
| YUV | 153.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 138 | 0 | 0.37 | 0.33 | 0.19 | 352.99 | 0.44 | 0.66 |
| Hex | CE | 81 | 8A | 0 | 25 | 21 | 13 | 161 | 2C | 42 |
| Octal | 316 | 201 | 212 | 0 | 45 | 41 | 23 | 541 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10001010 | 0 | 100101 | 100001 | 10011 | 101100001 | 101100 | 1000010 |
Color Harmonies of #CE818A
Complementary color
Monochromatic Colors of #CE818A
Black with #CE818A
Text Example
Text Example
White with #CE818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE818A; }
p { color: rgb(206,129,138); }
H1.HeaderClassName
{
color: #CE818A;
}
.AnyTagClassName
{
color: #CE818A;
}
</style>
background-color css
<style>
a { background-color: #CE818A; }
a { background-color: rgb(206,129,138); }
div.DivClassName
{
background-color: #CE818A;
}
.BgClassName
{
background-color: #CE818A;
}
</style>
border-color css
<style>
span { border-color: #CE818A; }
span { border-color: rgb(206,129,138); }
td.TdClassName
{
border-color: #CE818A;
}
.TagClassName
{
border-color: #CE818A;
}
</style>