Shades of Charm #C8627E
Tints of Charm #C8627E
RGB
CMYK
RGB Variations
Color information
#C8627E (or 0xC8627E) is known color: Charm. HEX triplet: C8, 62 and 7E. RGB value is (200,98,126). Sum of RGB (Red+Green+Blue) = 200+98+126=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8627E is #379D81. Grayscale: #838383. Windows color (decimal): -3644802 or 8282824. OLE color: 8282824.
HSL color Cylindrical-coordinate representation of color #C8627E: hue angle of 343.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8627E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 126 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.22 |
| HSL | 343.53º | 0.48% | 0.58% | - |
| HSV(B) | 343.53º | 0.51% | 0.78% | - |
| XYZ | 31.95 | 22.52 | 22.4 | - |
| YUV | 131.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 126 | 0 | 0.51 | 0.37 | 0.22 | 343.53 | 0.48 | 0.58 |
| Hex | C8 | 62 | 7E | 0 | 33 | 25 | 16 | 158 | 30 | 3A |
| Octal | 310 | 142 | 176 | 0 | 63 | 45 | 26 | 530 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1111110 | 0 | 110011 | 100101 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C8627E
Complementary color
Monochromatic Colors of #C8627E
Black with #C8627E
Text Example
Text Example
White with #C8627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8627E; }
p { color: rgb(200,98,126); }
H1.HeaderClassName
{
color: #C8627E;
}
.AnyTagClassName
{
color: #C8627E;
}
</style>
background-color css
<style>
a { background-color: #C8627E; }
a { background-color: rgb(200,98,126); }
div.DivClassName
{
background-color: #C8627E;
}
.BgClassName
{
background-color: #C8627E;
}
</style>
border-color css
<style>
span { border-color: #C8627E; }
span { border-color: rgb(200,98,126); }
td.TdClassName
{
border-color: #C8627E;
}
.TagClassName
{
border-color: #C8627E;
}
</style>