Shades of Charm #CE7280
Tints of Charm #CE7280
RGB
CMYK
RGB Variations
Color information
#CE7280 (or 0xCE7280) is known color: Charm. HEX triplet: CE, 72 and 80. RGB value is (206,114,128). Sum of RGB (Red+Green+Blue) = 206+114+128=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7280 is #318D7F. Grayscale: #8F8F8F. Windows color (decimal): -3247488 or 8417998. OLE color: 8417998.
HSL color Cylindrical-coordinate representation of color #CE7280: hue angle of 350.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7280 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 128 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.19 |
| HSL | 350.87º | 0.48% | 0.63% | - |
| HSV(B) | 350.87º | 0.45% | 0.81% | - |
| XYZ | 35.37 | 26.71 | 23.71 | - |
| YUV | 143.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 128 | 0 | 0.45 | 0.38 | 0.19 | 350.87 | 0.48 | 0.63 |
| Hex | CE | 72 | 80 | 0 | 2D | 26 | 13 | 15F | 30 | 3F |
| Octal | 316 | 162 | 200 | 0 | 55 | 46 | 23 | 537 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10000000 | 0 | 101101 | 100110 | 10011 | 101011111 | 110000 | 111111 |
Color Harmonies of #CE7280
Complementary color
Monochromatic Colors of #CE7280
Black with #CE7280
Text Example
Text Example
White with #CE7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7280; }
p { color: rgb(206,114,128); }
H1.HeaderClassName
{
color: #CE7280;
}
.AnyTagClassName
{
color: #CE7280;
}
</style>
background-color css
<style>
a { background-color: #CE7280; }
a { background-color: rgb(206,114,128); }
div.DivClassName
{
background-color: #CE7280;
}
.BgClassName
{
background-color: #CE7280;
}
</style>
border-color css
<style>
span { border-color: #CE7280; }
span { border-color: rgb(206,114,128); }
td.TdClassName
{
border-color: #CE7280;
}
.TagClassName
{
border-color: #CE7280;
}
</style>