Shades of Charm #CE7B80
Tints of Charm #CE7B80
RGB
CMYK
RGB Variations
Color information
#CE7B80 (or 0xCE7B80) is known color: Charm. HEX triplet: CE, 7B and 80. RGB value is (206,123,128). Sum of RGB (Red+Green+Blue) = 206+123+128=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B80 is #31847F. Grayscale: #949494. Windows color (decimal): -3245184 or 8420302. OLE color: 8420302.
HSL color Cylindrical-coordinate representation of color #CE7B80: hue angle of 356.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B80 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 128 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.19 |
| HSL | 356.39º | 0.46% | 0.65% | - |
| HSV(B) | 356.39º | 0.4% | 0.81% | - |
| XYZ | 36.43 | 28.85 | 24.07 | - |
| YUV | 148.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 128 | 0 | 0.40 | 0.38 | 0.19 | 356.39 | 0.46 | 0.65 |
| Hex | CE | 7B | 80 | 0 | 28 | 26 | 13 | 164 | 2E | 41 |
| Octal | 316 | 173 | 200 | 0 | 50 | 46 | 23 | 544 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10000000 | 0 | 101000 | 100110 | 10011 | 101100100 | 101110 | 1000001 |
Color Harmonies of #CE7B80
Complementary color
Monochromatic Colors of #CE7B80
Black with #CE7B80
Text Example
Text Example
White with #CE7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B80; }
p { color: rgb(206,123,128); }
H1.HeaderClassName
{
color: #CE7B80;
}
.AnyTagClassName
{
color: #CE7B80;
}
</style>
background-color css
<style>
a { background-color: #CE7B80; }
a { background-color: rgb(206,123,128); }
div.DivClassName
{
background-color: #CE7B80;
}
.BgClassName
{
background-color: #CE7B80;
}
</style>
border-color css
<style>
span { border-color: #CE7B80; }
span { border-color: rgb(206,123,128); }
td.TdClassName
{
border-color: #CE7B80;
}
.TagClassName
{
border-color: #CE7B80;
}
</style>