Shades of Charm #CE667F
Tints of Charm #CE667F
RGB
CMYK
RGB Variations
Color information
#CE667F (or 0xCE667F) is known color: Charm. HEX triplet: CE, 66 and 7F. RGB value is (206,102,127). Sum of RGB (Red+Green+Blue) = 206+102+127=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE667F is #319980. Grayscale: #878787. Windows color (decimal): -3250561 or 8349390. OLE color: 8349390.
HSL color Cylindrical-coordinate representation of color #CE667F: hue angle of 345.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE667F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 127 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.19 |
| HSL | 345.58º | 0.51% | 0.6% | - |
| HSV(B) | 345.58º | 0.5% | 0.81% | - |
| XYZ | 34.04 | 24.16 | 22.95 | - |
| YUV | 135.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 127 | 0 | 0.50 | 0.38 | 0.19 | 345.58 | 0.51 | 0.6 |
| Hex | CE | 66 | 7F | 0 | 32 | 26 | 13 | 15A | 33 | 3C |
| Octal | 316 | 146 | 177 | 0 | 62 | 46 | 23 | 532 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1111111 | 0 | 110010 | 100110 | 10011 | 101011010 | 110011 | 111100 |
Color Harmonies of #CE667F
Complementary color
Monochromatic Colors of #CE667F
Black with #CE667F
Text Example
Text Example
White with #CE667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE667F; }
p { color: rgb(206,102,127); }
H1.HeaderClassName
{
color: #CE667F;
}
.AnyTagClassName
{
color: #CE667F;
}
</style>
background-color css
<style>
a { background-color: #CE667F; }
a { background-color: rgb(206,102,127); }
div.DivClassName
{
background-color: #CE667F;
}
.BgClassName
{
background-color: #CE667F;
}
</style>
border-color css
<style>
span { border-color: #CE667F; }
span { border-color: rgb(206,102,127); }
td.TdClassName
{
border-color: #CE667F;
}
.TagClassName
{
border-color: #CE667F;
}
</style>