Shades of Charm #CE767E
Tints of Charm #CE767E
RGB
CMYK
RGB Variations
Color information
#CE767E (or 0xCE767E) is known color: Charm. HEX triplet: CE, 76 and 7E. RGB value is (206,118,126). Sum of RGB (Red+Green+Blue) = 206+118+126=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE767E is #318981. Grayscale: #919191. Windows color (decimal): -3246466 or 8287950. OLE color: 8287950.
HSL color Cylindrical-coordinate representation of color #CE767E: hue angle of 354.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE767E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 126 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.19 |
| HSL | 354.55º | 0.47% | 0.64% | - |
| HSV(B) | 354.55º | 0.43% | 0.81% | - |
| XYZ | 35.7 | 27.59 | 23.18 | - |
| YUV | 145.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 126 | 0 | 0.43 | 0.39 | 0.19 | 354.55 | 0.47 | 0.64 |
| Hex | CE | 76 | 7E | 0 | 2B | 27 | 13 | 163 | 2F | 40 |
| Octal | 316 | 166 | 176 | 0 | 53 | 47 | 23 | 543 | 57 | 100 |
| Binary | 11001110 | 1110110 | 1111110 | 0 | 101011 | 100111 | 10011 | 101100011 | 101111 | 1000000 |
Color Harmonies of #CE767E
Complementary color
Monochromatic Colors of #CE767E
Black with #CE767E
Text Example
Text Example
White with #CE767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE767E; }
p { color: rgb(206,118,126); }
H1.HeaderClassName
{
color: #CE767E;
}
.AnyTagClassName
{
color: #CE767E;
}
</style>
background-color css
<style>
a { background-color: #CE767E; }
a { background-color: rgb(206,118,126); }
div.DivClassName
{
background-color: #CE767E;
}
.BgClassName
{
background-color: #CE767E;
}
</style>
border-color css
<style>
span { border-color: #CE767E; }
span { border-color: rgb(206,118,126); }
td.TdClassName
{
border-color: #CE767E;
}
.TagClassName
{
border-color: #CE767E;
}
</style>