Shades of Charm #CB7884
Tints of Charm #CB7884
RGB
CMYK
RGB Variations
Color information
#CB7884 (or 0xCB7884) is known color: Charm. HEX triplet: CB, 78 and 84. RGB value is (203,120,132). Sum of RGB (Red+Green+Blue) = 203+120+132=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7884 is #34877B. Grayscale: #929292. Windows color (decimal): -3442556 or 8681675. OLE color: 8681675.
HSL color Cylindrical-coordinate representation of color #CB7884: hue angle of 351.33º 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 #CB7884 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 132 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.20 |
| HSL | 351.33º | 0.44% | 0.63% | - |
| HSV(B) | 351.33º | 0.41% | 0.8% | - |
| XYZ | 35.51 | 27.8 | 25.32 | - |
| YUV | 146.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 132 | 0 | 0.41 | 0.35 | 0.20 | 351.33 | 0.44 | 0.63 |
| Hex | CB | 78 | 84 | 0 | 29 | 23 | 14 | 15F | 2C | 3F |
| Octal | 313 | 170 | 204 | 0 | 51 | 43 | 24 | 537 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10000100 | 0 | 101001 | 100011 | 10100 | 101011111 | 101100 | 111111 |
Color Harmonies of #CB7884
Complementary color
Monochromatic Colors of #CB7884
Black with #CB7884
Text Example
Text Example
White with #CB7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7884; }
p { color: rgb(203,120,132); }
H1.HeaderClassName
{
color: #CB7884;
}
.AnyTagClassName
{
color: #CB7884;
}
</style>
background-color css
<style>
a { background-color: #CB7884; }
a { background-color: rgb(203,120,132); }
div.DivClassName
{
background-color: #CB7884;
}
.BgClassName
{
background-color: #CB7884;
}
</style>
border-color css
<style>
span { border-color: #CB7884; }
span { border-color: rgb(203,120,132); }
td.TdClassName
{
border-color: #CB7884;
}
.TagClassName
{
border-color: #CB7884;
}
</style>