Shades of Charm #CB657F
Tints of Charm #CB657F
RGB
CMYK
RGB Variations
Color information
#CB657F (or 0xCB657F) is known color: Charm. HEX triplet: CB, 65 and 7F. RGB value is (203,101,127). Sum of RGB (Red+Green+Blue) = 203+101+127=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB657F is #349A80. Grayscale: #868686. Windows color (decimal): -3447425 or 8349131. OLE color: 8349131.
HSL color Cylindrical-coordinate representation of color #CB657F: hue angle of 344.71º 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 #CB657F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 127 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.20 |
| HSL | 344.71º | 0.5% | 0.6% | - |
| HSV(B) | 344.71º | 0.5% | 0.8% | - |
| XYZ | 33.11 | 23.54 | 22.88 | - |
| YUV | 134.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 127 | 0 | 0.50 | 0.37 | 0.20 | 344.71 | 0.5 | 0.6 |
| Hex | CB | 65 | 7F | 0 | 32 | 25 | 14 | 159 | 32 | 3C |
| Octal | 313 | 145 | 177 | 0 | 62 | 45 | 24 | 531 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1111111 | 0 | 110010 | 100101 | 10100 | 101011001 | 110010 | 111100 |
Color Harmonies of #CB657F
Complementary color
Monochromatic Colors of #CB657F
Black with #CB657F
Text Example
Text Example
White with #CB657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB657F; }
p { color: rgb(203,101,127); }
H1.HeaderClassName
{
color: #CB657F;
}
.AnyTagClassName
{
color: #CB657F;
}
</style>
background-color css
<style>
a { background-color: #CB657F; }
a { background-color: rgb(203,101,127); }
div.DivClassName
{
background-color: #CB657F;
}
.BgClassName
{
background-color: #CB657F;
}
</style>
border-color css
<style>
span { border-color: #CB657F; }
span { border-color: rgb(203,101,127); }
td.TdClassName
{
border-color: #CB657F;
}
.TagClassName
{
border-color: #CB657F;
}
</style>