Shades of Charm #CB757A
Tints of Charm #CB757A
RGB
CMYK
RGB Variations
Color information
#CB757A (or 0xCB757A) is known color: Charm. HEX triplet: CB, 75 and 7A. RGB value is (203,117,122). Sum of RGB (Red+Green+Blue) = 203+117+122=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB757A is #348A85. Grayscale: #8F8F8F. Windows color (decimal): -3443334 or 8025547. OLE color: 8025547.
HSL color Cylindrical-coordinate representation of color #CB757A: hue angle of 356.51º 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 #CB757A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 122 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.20 |
| HSL | 356.51º | 0.45% | 0.63% | - |
| HSV(B) | 356.51º | 0.42% | 0.8% | - |
| XYZ | 34.5 | 26.82 | 21.77 | - |
| YUV | 143.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 122 | 0 | 0.42 | 0.40 | 0.20 | 356.51 | 0.45 | 0.63 |
| Hex | CB | 75 | 7A | 0 | 2A | 28 | 14 | 165 | 2D | 3F |
| Octal | 313 | 165 | 172 | 0 | 52 | 50 | 24 | 545 | 55 | 77 |
| Binary | 11001011 | 1110101 | 1111010 | 0 | 101010 | 101000 | 10100 | 101100101 | 101101 | 111111 |
Color Harmonies of #CB757A
Complementary color
Monochromatic Colors of #CB757A
Black with #CB757A
Text Example
Text Example
White with #CB757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB757A; }
p { color: rgb(203,117,122); }
H1.HeaderClassName
{
color: #CB757A;
}
.AnyTagClassName
{
color: #CB757A;
}
</style>
background-color css
<style>
a { background-color: #CB757A; }
a { background-color: rgb(203,117,122); }
div.DivClassName
{
background-color: #CB757A;
}
.BgClassName
{
background-color: #CB757A;
}
</style>
border-color css
<style>
span { border-color: #CB757A; }
span { border-color: rgb(203,117,122); }
td.TdClassName
{
border-color: #CB757A;
}
.TagClassName
{
border-color: #CB757A;
}
</style>