Shades of Charm #C9627D
Tints of Charm #C9627D
RGB
CMYK
RGB Variations
Color information
#C9627D (or 0xC9627D) is known color: Charm. HEX triplet: C9, 62 and 7D. RGB value is (201,98,125). Sum of RGB (Red+Green+Blue) = 201+98+125=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9627D is #369D82. Grayscale: #838383. Windows color (decimal): -3579267 or 8217289. OLE color: 8217289.
HSL color Cylindrical-coordinate representation of color #C9627D: hue angle of 344.27º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9627D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 125 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.21 |
| HSL | 344.27º | 0.49% | 0.59% | - |
| HSV(B) | 344.27º | 0.51% | 0.79% | - |
| XYZ | 32.16 | 22.63 | 22.08 | - |
| YUV | 131.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 125 | 0 | 0.51 | 0.38 | 0.21 | 344.27 | 0.49 | 0.59 |
| Hex | C9 | 62 | 7D | 0 | 33 | 26 | 15 | 158 | 31 | 3B |
| Octal | 311 | 142 | 175 | 0 | 63 | 46 | 25 | 530 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1111101 | 0 | 110011 | 100110 | 10101 | 101011000 | 110001 | 111011 |
Color Harmonies of #C9627D
Complementary color
Monochromatic Colors of #C9627D
Black with #C9627D
Text Example
Text Example
White with #C9627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9627D; }
p { color: rgb(201,98,125); }
H1.HeaderClassName
{
color: #C9627D;
}
.AnyTagClassName
{
color: #C9627D;
}
</style>
background-color css
<style>
a { background-color: #C9627D; }
a { background-color: rgb(201,98,125); }
div.DivClassName
{
background-color: #C9627D;
}
.BgClassName
{
background-color: #C9627D;
}
</style>
border-color css
<style>
span { border-color: #C9627D; }
span { border-color: rgb(201,98,125); }
td.TdClassName
{
border-color: #C9627D;
}
.TagClassName
{
border-color: #C9627D;
}
</style>