Shades of Charm #CB757E
Tints of Charm #CB757E
RGB
CMYK
RGB Variations
Color information
#CB757E (or 0xCB757E) is known color: Charm. HEX triplet: CB, 75 and 7E. RGB value is (203,117,126). Sum of RGB (Red+Green+Blue) = 203+117+126=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB757E is #348A81. Grayscale: #8F8F8F. Windows color (decimal): -3443330 or 8287691. OLE color: 8287691.
HSL color Cylindrical-coordinate representation of color #CB757E: hue angle of 353.72º 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 #CB757E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 126 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.20 |
| HSL | 353.72º | 0.45% | 0.63% | - |
| HSV(B) | 353.72º | 0.42% | 0.8% | - |
| XYZ | 34.76 | 26.93 | 23.1 | - |
| YUV | 143.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 126 | 0 | 0.42 | 0.38 | 0.20 | 353.72 | 0.45 | 0.63 |
| Hex | CB | 75 | 7E | 0 | 2A | 26 | 14 | 162 | 2D | 3F |
| Octal | 313 | 165 | 176 | 0 | 52 | 46 | 24 | 542 | 55 | 77 |
| Binary | 11001011 | 1110101 | 1111110 | 0 | 101010 | 100110 | 10100 | 101100010 | 101101 | 111111 |
Color Harmonies of #CB757E
Complementary color
Monochromatic Colors of #CB757E
Black with #CB757E
Text Example
Text Example
White with #CB757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB757E; }
p { color: rgb(203,117,126); }
H1.HeaderClassName
{
color: #CB757E;
}
.AnyTagClassName
{
color: #CB757E;
}
</style>
background-color css
<style>
a { background-color: #CB757E; }
a { background-color: rgb(203,117,126); }
div.DivClassName
{
background-color: #CB757E;
}
.BgClassName
{
background-color: #CB757E;
}
</style>
border-color css
<style>
span { border-color: #CB757E; }
span { border-color: rgb(203,117,126); }
td.TdClassName
{
border-color: #CB757E;
}
.TagClassName
{
border-color: #CB757E;
}
</style>