Shades of Charm #CB657C
Tints of Charm #CB657C
RGB
CMYK
RGB Variations
Color information
#CB657C (or 0xCB657C) is known color: Charm. HEX triplet: CB, 65 and 7C. RGB value is (203,101,124). Sum of RGB (Red+Green+Blue) = 203+101+124=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB657C is #349A83. Grayscale: #868686. Windows color (decimal): -3447428 or 8152523. OLE color: 8152523.
HSL color Cylindrical-coordinate representation of color #CB657C: hue angle of 346.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB657C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 124 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.20 |
| HSL | 346.47º | 0.5% | 0.6% | - |
| HSV(B) | 346.47º | 0.5% | 0.8% | - |
| XYZ | 32.92 | 23.46 | 21.86 | - |
| YUV | 134.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 124 | 0 | 0.50 | 0.39 | 0.20 | 346.47 | 0.5 | 0.6 |
| Hex | CB | 65 | 7C | 0 | 32 | 27 | 14 | 15A | 32 | 3C |
| Octal | 313 | 145 | 174 | 0 | 62 | 47 | 24 | 532 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1111100 | 0 | 110010 | 100111 | 10100 | 101011010 | 110010 | 111100 |
Color Harmonies of #CB657C
Complementary color
Monochromatic Colors of #CB657C
Black with #CB657C
Text Example
Text Example
White with #CB657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB657C; }
p { color: rgb(203,101,124); }
H1.HeaderClassName
{
color: #CB657C;
}
.AnyTagClassName
{
color: #CB657C;
}
</style>
background-color css
<style>
a { background-color: #CB657C; }
a { background-color: rgb(203,101,124); }
div.DivClassName
{
background-color: #CB657C;
}
.BgClassName
{
background-color: #CB657C;
}
</style>
border-color css
<style>
span { border-color: #CB657C; }
span { border-color: rgb(203,101,124); }
td.TdClassName
{
border-color: #CB657C;
}
.TagClassName
{
border-color: #CB657C;
}
</style>