Shades of Charm #CB7791
Tints of Charm #CB7791
RGB
CMYK
RGB Variations
Color information
#CB7791 (or 0xCB7791) is known color: Charm. HEX triplet: CB, 77 and 91. RGB value is (203,119,145). Sum of RGB (Red+Green+Blue) = 203+119+145=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7791 is #34886E. Grayscale: #939393. Windows color (decimal): -3442799 or 9533387. OLE color: 9533387.
HSL color Cylindrical-coordinate representation of color #CB7791: hue angle of 341.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7791 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 145 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.20 |
| HSL | 341.43º | 0.45% | 0.63% | - |
| HSV(B) | 341.43º | 0.41% | 0.8% | - |
| XYZ | 36.34 | 27.93 | 30.26 | - |
| YUV | 147.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 145 | 0 | 0.41 | 0.29 | 0.20 | 341.43 | 0.45 | 0.63 |
| Hex | CB | 77 | 91 | 0 | 29 | 1D | 14 | 155 | 2D | 3F |
| Octal | 313 | 167 | 221 | 0 | 51 | 35 | 24 | 525 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10010001 | 0 | 101001 | 11101 | 10100 | 101010101 | 101101 | 111111 |
Color Harmonies of #CB7791
Complementary color
Monochromatic Colors of #CB7791
Black with #CB7791
Text Example
Text Example
White with #CB7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7791; }
p { color: rgb(203,119,145); }
H1.HeaderClassName
{
color: #CB7791;
}
.AnyTagClassName
{
color: #CB7791;
}
</style>
background-color css
<style>
a { background-color: #CB7791; }
a { background-color: rgb(203,119,145); }
div.DivClassName
{
background-color: #CB7791;
}
.BgClassName
{
background-color: #CB7791;
}
</style>
border-color css
<style>
span { border-color: #CB7791; }
span { border-color: rgb(203,119,145); }
td.TdClassName
{
border-color: #CB7791;
}
.TagClassName
{
border-color: #CB7791;
}
</style>