Shades of Charm #C9627E
Tints of Charm #C9627E
RGB
CMYK
RGB Variations
Color information
#C9627E (or 0xC9627E) is known color: Charm. HEX triplet: C9, 62 and 7E. RGB value is (201,98,126). Sum of RGB (Red+Green+Blue) = 201+98+126=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9627E is #369D81. Grayscale: #838383. Windows color (decimal): -3579266 or 8282825. OLE color: 8282825.
HSL color Cylindrical-coordinate representation of color #C9627E: hue angle of 343.69º 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 #C9627E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 126 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.21 |
| HSL | 343.69º | 0.49% | 0.59% | - |
| HSV(B) | 343.69º | 0.51% | 0.79% | - |
| XYZ | 32.22 | 22.66 | 22.41 | - |
| YUV | 131.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 126 | 0 | 0.51 | 0.37 | 0.21 | 343.69 | 0.49 | 0.59 |
| Hex | C9 | 62 | 7E | 0 | 33 | 25 | 15 | 158 | 31 | 3B |
| Octal | 311 | 142 | 176 | 0 | 63 | 45 | 25 | 530 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1111110 | 0 | 110011 | 100101 | 10101 | 101011000 | 110001 | 111011 |
Color Harmonies of #C9627E
Complementary color
Monochromatic Colors of #C9627E
Black with #C9627E
Text Example
Text Example
White with #C9627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9627E; }
p { color: rgb(201,98,126); }
H1.HeaderClassName
{
color: #C9627E;
}
.AnyTagClassName
{
color: #C9627E;
}
</style>
background-color css
<style>
a { background-color: #C9627E; }
a { background-color: rgb(201,98,126); }
div.DivClassName
{
background-color: #C9627E;
}
.BgClassName
{
background-color: #C9627E;
}
</style>
border-color css
<style>
span { border-color: #C9627E; }
span { border-color: rgb(201,98,126); }
td.TdClassName
{
border-color: #C9627E;
}
.TagClassName
{
border-color: #C9627E;
}
</style>