Shades of Charm #CB757F
Tints of Charm #CB757F
RGB
CMYK
RGB Variations
Color information
#CB757F (or 0xCB757F) is known color: Charm. HEX triplet: CB, 75 and 7F. RGB value is (203,117,127). Sum of RGB (Red+Green+Blue) = 203+117+127=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB757F is #348A80. Grayscale: #8F8F8F. Windows color (decimal): -3443329 or 8353227. OLE color: 8353227.
HSL color Cylindrical-coordinate representation of color #CB757F: hue angle of 353.02º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB757F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 127 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.20 |
| HSL | 353.02º | 0.45% | 0.63% | - |
| HSV(B) | 353.02º | 0.42% | 0.8% | - |
| XYZ | 34.82 | 26.95 | 23.45 | - |
| YUV | 143.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 127 | 0 | 0.42 | 0.37 | 0.20 | 353.02 | 0.45 | 0.63 |
| Hex | CB | 75 | 7F | 0 | 2A | 25 | 14 | 161 | 2D | 3F |
| Octal | 313 | 165 | 177 | 0 | 52 | 45 | 24 | 541 | 55 | 77 |
| Binary | 11001011 | 1110101 | 1111111 | 0 | 101010 | 100101 | 10100 | 101100001 | 101101 | 111111 |
Color Harmonies of #CB757F
Complementary color
Monochromatic Colors of #CB757F
Black with #CB757F
Text Example
Text Example
White with #CB757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB757F; }
p { color: rgb(203,117,127); }
H1.HeaderClassName
{
color: #CB757F;
}
.AnyTagClassName
{
color: #CB757F;
}
</style>
background-color css
<style>
a { background-color: #CB757F; }
a { background-color: rgb(203,117,127); }
div.DivClassName
{
background-color: #CB757F;
}
.BgClassName
{
background-color: #CB757F;
}
</style>
border-color css
<style>
span { border-color: #CB757F; }
span { border-color: rgb(203,117,127); }
td.TdClassName
{
border-color: #CB757F;
}
.TagClassName
{
border-color: #CB757F;
}
</style>