Shades of Charm #C8657C
Tints of Charm #C8657C
RGB
CMYK
RGB Variations
Color information
#C8657C (or 0xC8657C) is known color: Charm. HEX triplet: C8, 65 and 7C. RGB value is (200,101,124). Sum of RGB (Red+Green+Blue) = 200+101+124=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8657C is #379A83. Grayscale: #858585. Windows color (decimal): -3644036 or 8152520. OLE color: 8152520.
HSL color Cylindrical-coordinate representation of color #C8657C: hue angle of 346.06º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8657C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 124 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.22 |
| HSL | 346.06º | 0.47% | 0.59% | - |
| HSV(B) | 346.06º | 0.5% | 0.78% | - |
| XYZ | 32.11 | 23.04 | 21.82 | - |
| YUV | 133.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 124 | 0 | 0.49 | 0.38 | 0.22 | 346.06 | 0.47 | 0.59 |
| Hex | C8 | 65 | 7C | 0 | 31 | 26 | 16 | 15A | 2F | 3B |
| Octal | 310 | 145 | 174 | 0 | 61 | 46 | 26 | 532 | 57 | 73 |
| Binary | 11001000 | 1100101 | 1111100 | 0 | 110001 | 100110 | 10110 | 101011010 | 101111 | 111011 |
Color Harmonies of #C8657C
Complementary color
Monochromatic Colors of #C8657C
Black with #C8657C
Text Example
Text Example
White with #C8657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8657C; }
p { color: rgb(200,101,124); }
H1.HeaderClassName
{
color: #C8657C;
}
.AnyTagClassName
{
color: #C8657C;
}
</style>
background-color css
<style>
a { background-color: #C8657C; }
a { background-color: rgb(200,101,124); }
div.DivClassName
{
background-color: #C8657C;
}
.BgClassName
{
background-color: #C8657C;
}
</style>
border-color css
<style>
span { border-color: #C8657C; }
span { border-color: rgb(200,101,124); }
td.TdClassName
{
border-color: #C8657C;
}
.TagClassName
{
border-color: #C8657C;
}
</style>