Shades of Charm #C9627F
Tints of Charm #C9627F
RGB
CMYK
RGB Variations
Color information
#C9627F (or 0xC9627F) is known color: Charm. HEX triplet: C9, 62 and 7F. RGB value is (201,98,127). Sum of RGB (Red+Green+Blue) = 201+98+127=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9627F is #369D80. Grayscale: #848484. Windows color (decimal): -3579265 or 8348361. OLE color: 8348361.
HSL color Cylindrical-coordinate representation of color #C9627F: hue angle of 343.11º 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 #C9627F is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 127 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.21 |
| HSL | 343.11º | 0.49% | 0.59% | - |
| HSV(B) | 343.11º | 0.51% | 0.79% | - |
| XYZ | 32.29 | 22.69 | 22.76 | - |
| YUV | 132.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 127 | 0 | 0.51 | 0.37 | 0.21 | 343.11 | 0.49 | 0.59 |
| Hex | C9 | 62 | 7F | 0 | 33 | 25 | 15 | 157 | 31 | 3B |
| Octal | 311 | 142 | 177 | 0 | 63 | 45 | 25 | 527 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1111111 | 0 | 110011 | 100101 | 10101 | 101010111 | 110001 | 111011 |
Color Harmonies of #C9627F
Complementary color
Monochromatic Colors of #C9627F
Black with #C9627F
Text Example
Text Example
White with #C9627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9627F; }
p { color: rgb(201,98,127); }
H1.HeaderClassName
{
color: #C9627F;
}
.AnyTagClassName
{
color: #C9627F;
}
</style>
background-color css
<style>
a { background-color: #C9627F; }
a { background-color: rgb(201,98,127); }
div.DivClassName
{
background-color: #C9627F;
}
.BgClassName
{
background-color: #C9627F;
}
</style>
border-color css
<style>
span { border-color: #C9627F; }
span { border-color: rgb(201,98,127); }
td.TdClassName
{
border-color: #C9627F;
}
.TagClassName
{
border-color: #C9627F;
}
</style>