Shades of Charm #CB757B
Tints of Charm #CB757B
RGB
CMYK
RGB Variations
Color information
#CB757B (or 0xCB757B) is known color: Charm. HEX triplet: CB, 75 and 7B. RGB value is (203,117,123). Sum of RGB (Red+Green+Blue) = 203+117+123=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB757B is #348A84. Grayscale: #8F8F8F. Windows color (decimal): -3443333 or 8091083. OLE color: 8091083.
HSL color Cylindrical-coordinate representation of color #CB757B: hue angle of 355.81º 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 #CB757B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 123 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.20 |
| HSL | 355.81º | 0.45% | 0.63% | - |
| HSV(B) | 355.81º | 0.42% | 0.8% | - |
| XYZ | 34.57 | 26.85 | 22.1 | - |
| YUV | 143.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 123 | 0 | 0.42 | 0.39 | 0.20 | 355.81 | 0.45 | 0.63 |
| Hex | CB | 75 | 7B | 0 | 2A | 27 | 14 | 164 | 2D | 3F |
| Octal | 313 | 165 | 173 | 0 | 52 | 47 | 24 | 544 | 55 | 77 |
| Binary | 11001011 | 1110101 | 1111011 | 0 | 101010 | 100111 | 10100 | 101100100 | 101101 | 111111 |
Color Harmonies of #CB757B
Complementary color
Monochromatic Colors of #CB757B
Black with #CB757B
Text Example
Text Example
White with #CB757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB757B; }
p { color: rgb(203,117,123); }
H1.HeaderClassName
{
color: #CB757B;
}
.AnyTagClassName
{
color: #CB757B;
}
</style>
background-color css
<style>
a { background-color: #CB757B; }
a { background-color: rgb(203,117,123); }
div.DivClassName
{
background-color: #CB757B;
}
.BgClassName
{
background-color: #CB757B;
}
</style>
border-color css
<style>
span { border-color: #CB757B; }
span { border-color: rgb(203,117,123); }
td.TdClassName
{
border-color: #CB757B;
}
.TagClassName
{
border-color: #CB757B;
}
</style>