Shades of Charm #CB758D
Tints of Charm #CB758D
RGB
CMYK
RGB Variations
Color information
#CB758D (or 0xCB758D) is known color: Charm. HEX triplet: CB, 75 and 8D. RGB value is (203,117,141). Sum of RGB (Red+Green+Blue) = 203+117+141=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB758D is #348A72. Grayscale: #919191. Windows color (decimal): -3443315 or 9270731. OLE color: 9270731.
HSL color Cylindrical-coordinate representation of color #CB758D: hue angle of 343.26º 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 #CB758D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 141 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.20 |
| HSL | 343.26º | 0.45% | 0.63% | - |
| HSV(B) | 343.26º | 0.42% | 0.8% | - |
| XYZ | 35.8 | 27.34 | 28.59 | - |
| YUV | 145.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 141 | 0 | 0.42 | 0.31 | 0.20 | 343.26 | 0.45 | 0.63 |
| Hex | CB | 75 | 8D | 0 | 2A | 1F | 14 | 157 | 2D | 3F |
| Octal | 313 | 165 | 215 | 0 | 52 | 37 | 24 | 527 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10001101 | 0 | 101010 | 11111 | 10100 | 101010111 | 101101 | 111111 |
Color Harmonies of #CB758D
Complementary color
Monochromatic Colors of #CB758D
Black with #CB758D
Text Example
Text Example
White with #CB758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB758D; }
p { color: rgb(203,117,141); }
H1.HeaderClassName
{
color: #CB758D;
}
.AnyTagClassName
{
color: #CB758D;
}
</style>
background-color css
<style>
a { background-color: #CB758D; }
a { background-color: rgb(203,117,141); }
div.DivClassName
{
background-color: #CB758D;
}
.BgClassName
{
background-color: #CB758D;
}
</style>
border-color css
<style>
span { border-color: #CB758D; }
span { border-color: rgb(203,117,141); }
td.TdClassName
{
border-color: #CB758D;
}
.TagClassName
{
border-color: #CB758D;
}
</style>