Shades of Charm #C8627D
Tints of Charm #C8627D
RGB
CMYK
RGB Variations
Color information
#C8627D (or 0xC8627D) is known color: Charm. HEX triplet: C8, 62 and 7D. RGB value is (200,98,125). Sum of RGB (Red+Green+Blue) = 200+98+125=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8627D is #379D82. Grayscale: #838383. Windows color (decimal): -3644803 or 8217288. OLE color: 8217288.
HSL color Cylindrical-coordinate representation of color #C8627D: hue angle of 344.12º 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 #C8627D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 125 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.22 |
| HSL | 344.12º | 0.48% | 0.58% | - |
| HSV(B) | 344.12º | 0.51% | 0.78% | - |
| XYZ | 31.89 | 22.5 | 22.06 | - |
| YUV | 131.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 125 | 0 | 0.51 | 0.38 | 0.22 | 344.12 | 0.48 | 0.58 |
| Hex | C8 | 62 | 7D | 0 | 33 | 26 | 16 | 158 | 30 | 3A |
| Octal | 310 | 142 | 175 | 0 | 63 | 46 | 26 | 530 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1111101 | 0 | 110011 | 100110 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C8627D
Complementary color
Monochromatic Colors of #C8627D
Black with #C8627D
Text Example
Text Example
White with #C8627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8627D; }
p { color: rgb(200,98,125); }
H1.HeaderClassName
{
color: #C8627D;
}
.AnyTagClassName
{
color: #C8627D;
}
</style>
background-color css
<style>
a { background-color: #C8627D; }
a { background-color: rgb(200,98,125); }
div.DivClassName
{
background-color: #C8627D;
}
.BgClassName
{
background-color: #C8627D;
}
</style>
border-color css
<style>
span { border-color: #C8627D; }
span { border-color: rgb(200,98,125); }
td.TdClassName
{
border-color: #C8627D;
}
.TagClassName
{
border-color: #C8627D;
}
</style>