Shades of Charm #CB7488
Tints of Charm #CB7488
RGB
CMYK
RGB Variations
Color information
#CB7488 (or 0xCB7488) is known color: Charm. HEX triplet: CB, 74 and 88. RGB value is (203,116,136). Sum of RGB (Red+Green+Blue) = 203+116+136=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7488 is #348B77. Grayscale: #909090. Windows color (decimal): -3443576 or 8942795. OLE color: 8942795.
HSL color Cylindrical-coordinate representation of color #CB7488: hue angle of 346.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7488 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 136 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 346.21º | 0.46% | 0.63% | - |
| HSV(B) | 346.21º | 0.43% | 0.8% | - |
| XYZ | 35.32 | 26.96 | 26.64 | - |
| YUV | 144.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 136 | 0 | 0.43 | 0.33 | 0.20 | 346.21 | 0.46 | 0.63 |
| Hex | CB | 74 | 88 | 0 | 2B | 21 | 14 | 15A | 2E | 3F |
| Octal | 313 | 164 | 210 | 0 | 53 | 41 | 24 | 532 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10001000 | 0 | 101011 | 100001 | 10100 | 101011010 | 101110 | 111111 |
Color Harmonies of #CB7488
Complementary color
Monochromatic Colors of #CB7488
Black with #CB7488
Text Example
Text Example
White with #CB7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7488; }
p { color: rgb(203,116,136); }
H1.HeaderClassName
{
color: #CB7488;
}
.AnyTagClassName
{
color: #CB7488;
}
</style>
background-color css
<style>
a { background-color: #CB7488; }
a { background-color: rgb(203,116,136); }
div.DivClassName
{
background-color: #CB7488;
}
.BgClassName
{
background-color: #CB7488;
}
</style>
border-color css
<style>
span { border-color: #CB7488; }
span { border-color: rgb(203,116,136); }
td.TdClassName
{
border-color: #CB7488;
}
.TagClassName
{
border-color: #CB7488;
}
</style>