Shades of Charm #CB7389
Tints of Charm #CB7389
RGB
CMYK
RGB Variations
Color information
#CB7389 (or 0xCB7389) is known color: Charm. HEX triplet: CB, 73 and 89. RGB value is (203,115,137). Sum of RGB (Red+Green+Blue) = 203+115+137=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7389 is #348C76. Grayscale: #8F8F8F. Windows color (decimal): -3443831 or 9008075. OLE color: 9008075.
HSL color Cylindrical-coordinate representation of color #CB7389: hue angle of 345º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7389 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 137 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 345º | 0.46% | 0.62% | - |
| HSV(B) | 345º | 0.43% | 0.8% | - |
| XYZ | 35.27 | 26.76 | 26.97 | - |
| YUV | 143.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 137 | 0 | 0.43 | 0.33 | 0.20 | 345 | 0.46 | 0.62 |
| Hex | CB | 73 | 89 | 0 | 2B | 21 | 14 | 159 | 2E | 3E |
| Octal | 313 | 163 | 211 | 0 | 53 | 41 | 24 | 531 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10001001 | 0 | 101011 | 100001 | 10100 | 101011001 | 101110 | 111110 |
Color Harmonies of #CB7389
Complementary color
Monochromatic Colors of #CB7389
Black with #CB7389
Text Example
Text Example
White with #CB7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7389; }
p { color: rgb(203,115,137); }
H1.HeaderClassName
{
color: #CB7389;
}
.AnyTagClassName
{
color: #CB7389;
}
</style>
background-color css
<style>
a { background-color: #CB7389; }
a { background-color: rgb(203,115,137); }
div.DivClassName
{
background-color: #CB7389;
}
.BgClassName
{
background-color: #CB7389;
}
</style>
border-color css
<style>
span { border-color: #CB7389; }
span { border-color: rgb(203,115,137); }
td.TdClassName
{
border-color: #CB7389;
}
.TagClassName
{
border-color: #CB7389;
}
</style>