Shades of Charm #CB657D
Tints of Charm #CB657D
RGB
CMYK
RGB Variations
Color information
#CB657D (or 0xCB657D) is known color: Charm. HEX triplet: CB, 65 and 7D. RGB value is (203,101,125). Sum of RGB (Red+Green+Blue) = 203+101+125=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB657D is #349A82. Grayscale: #868686. Windows color (decimal): -3447427 or 8218059. OLE color: 8218059.
HSL color Cylindrical-coordinate representation of color #CB657D: hue angle of 345.88º 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 #CB657D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 125 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.20 |
| HSL | 345.88º | 0.5% | 0.6% | - |
| HSV(B) | 345.88º | 0.5% | 0.8% | - |
| XYZ | 32.98 | 23.48 | 22.2 | - |
| YUV | 134.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 125 | 0 | 0.50 | 0.38 | 0.20 | 345.88 | 0.5 | 0.6 |
| Hex | CB | 65 | 7D | 0 | 32 | 26 | 14 | 15A | 32 | 3C |
| Octal | 313 | 145 | 175 | 0 | 62 | 46 | 24 | 532 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1111101 | 0 | 110010 | 100110 | 10100 | 101011010 | 110010 | 111100 |
Color Harmonies of #CB657D
Complementary color
Monochromatic Colors of #CB657D
Black with #CB657D
Text Example
Text Example
White with #CB657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB657D; }
p { color: rgb(203,101,125); }
H1.HeaderClassName
{
color: #CB657D;
}
.AnyTagClassName
{
color: #CB657D;
}
</style>
background-color css
<style>
a { background-color: #CB657D; }
a { background-color: rgb(203,101,125); }
div.DivClassName
{
background-color: #CB657D;
}
.BgClassName
{
background-color: #CB657D;
}
</style>
border-color css
<style>
span { border-color: #CB657D; }
span { border-color: rgb(203,101,125); }
td.TdClassName
{
border-color: #CB657D;
}
.TagClassName
{
border-color: #CB657D;
}
</style>