Shades of Charm #CB7D89
Tints of Charm #CB7D89
RGB
CMYK
RGB Variations
Color information
#CB7D89 (or 0xCB7D89) is known color: Charm. HEX triplet: CB, 7D and 89. RGB value is (203,125,137). Sum of RGB (Red+Green+Blue) = 203+125+137=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D89 is #348276. Grayscale: #959595. Windows color (decimal): -3441271 or 9010635. OLE color: 9010635.
HSL color Cylindrical-coordinate representation of color #CB7D89: hue angle of 350.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7D89 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 137 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.20 |
| HSL | 350.77º | 0.43% | 0.64% | - |
| HSV(B) | 350.77º | 0.38% | 0.8% | - |
| XYZ | 36.48 | 29.17 | 27.37 | - |
| YUV | 149.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 137 | 0 | 0.38 | 0.33 | 0.20 | 350.77 | 0.43 | 0.64 |
| Hex | CB | 7D | 89 | 0 | 26 | 21 | 14 | 15F | 2B | 40 |
| Octal | 313 | 175 | 211 | 0 | 46 | 41 | 24 | 537 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10001001 | 0 | 100110 | 100001 | 10100 | 101011111 | 101011 | 1000000 |
Color Harmonies of #CB7D89
Complementary color
Monochromatic Colors of #CB7D89
Black with #CB7D89
Text Example
Text Example
White with #CB7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D89; }
p { color: rgb(203,125,137); }
H1.HeaderClassName
{
color: #CB7D89;
}
.AnyTagClassName
{
color: #CB7D89;
}
</style>
background-color css
<style>
a { background-color: #CB7D89; }
a { background-color: rgb(203,125,137); }
div.DivClassName
{
background-color: #CB7D89;
}
.BgClassName
{
background-color: #CB7D89;
}
</style>
border-color css
<style>
span { border-color: #CB7D89; }
span { border-color: rgb(203,125,137); }
td.TdClassName
{
border-color: #CB7D89;
}
.TagClassName
{
border-color: #CB7D89;
}
</style>