Shades of Charm #CE7F81
Tints of Charm #CE7F81
RGB
CMYK
RGB Variations
Color information
#CE7F81 (or 0xCE7F81) is known color: Charm. HEX triplet: CE, 7F and 81. RGB value is (206,127,129). Sum of RGB (Red+Green+Blue) = 206+127+129=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F81 is #31807E. Grayscale: #969696. Windows color (decimal): -3244159 or 8486862. OLE color: 8486862.
HSL color Cylindrical-coordinate representation of color #CE7F81: hue angle of 358.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7F81 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 129 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.19 |
| HSL | 358.48º | 0.45% | 0.65% | - |
| HSV(B) | 358.48º | 0.38% | 0.81% | - |
| XYZ | 37.01 | 29.89 | 24.59 | - |
| YUV | 150.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 129 | 0 | 0.38 | 0.37 | 0.19 | 358.48 | 0.45 | 0.65 |
| Hex | CE | 7F | 81 | 0 | 26 | 25 | 13 | 166 | 2D | 41 |
| Octal | 316 | 177 | 201 | 0 | 46 | 45 | 23 | 546 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10000001 | 0 | 100110 | 100101 | 10011 | 101100110 | 101101 | 1000001 |
Color Harmonies of #CE7F81
Complementary color
Monochromatic Colors of #CE7F81
Black with #CE7F81
Text Example
Text Example
White with #CE7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F81; }
p { color: rgb(206,127,129); }
H1.HeaderClassName
{
color: #CE7F81;
}
.AnyTagClassName
{
color: #CE7F81;
}
</style>
background-color css
<style>
a { background-color: #CE7F81; }
a { background-color: rgb(206,127,129); }
div.DivClassName
{
background-color: #CE7F81;
}
.BgClassName
{
background-color: #CE7F81;
}
</style>
border-color css
<style>
span { border-color: #CE7F81; }
span { border-color: rgb(206,127,129); }
td.TdClassName
{
border-color: #CE7F81;
}
.TagClassName
{
border-color: #CE7F81;
}
</style>