Shades of Charm #CB7892
Tints of Charm #CB7892
RGB
CMYK
RGB Variations
Color information
#CB7892 (or 0xCB7892) is known color: Charm. HEX triplet: CB, 78 and 92. RGB value is (203,120,146). Sum of RGB (Red+Green+Blue) = 203+120+146=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7892 is #34876D. Grayscale: #939393. Windows color (decimal): -3442542 or 9599179. OLE color: 9599179.
HSL color Cylindrical-coordinate representation of color #CB7892: hue angle of 341.2º degrees, saturation: 0.44, 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 #CB7892 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 146 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.20 |
| HSL | 341.2º | 0.44% | 0.63% | - |
| HSV(B) | 341.2º | 0.41% | 0.8% | - |
| XYZ | 36.53 | 28.2 | 30.71 | - |
| YUV | 147.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 146 | 0 | 0.41 | 0.28 | 0.20 | 341.2 | 0.44 | 0.63 |
| Hex | CB | 78 | 92 | 0 | 29 | 1C | 14 | 155 | 2C | 3F |
| Octal | 313 | 170 | 222 | 0 | 51 | 34 | 24 | 525 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10010010 | 0 | 101001 | 11100 | 10100 | 101010101 | 101100 | 111111 |
Color Harmonies of #CB7892
Complementary color
Monochromatic Colors of #CB7892
Black with #CB7892
Text Example
Text Example
White with #CB7892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7892; }
p { color: rgb(203,120,146); }
H1.HeaderClassName
{
color: #CB7892;
}
.AnyTagClassName
{
color: #CB7892;
}
</style>
background-color css
<style>
a { background-color: #CB7892; }
a { background-color: rgb(203,120,146); }
div.DivClassName
{
background-color: #CB7892;
}
.BgClassName
{
background-color: #CB7892;
}
</style>
border-color css
<style>
span { border-color: #CB7892; }
span { border-color: rgb(203,120,146); }
td.TdClassName
{
border-color: #CB7892;
}
.TagClassName
{
border-color: #CB7892;
}
</style>