Shades of Charm #CB7F89
Tints of Charm #CB7F89
RGB
CMYK
RGB Variations
Color information
#CB7F89 (or 0xCB7F89) is known color: Charm. HEX triplet: CB, 7F and 89. RGB value is (203,127,137). Sum of RGB (Red+Green+Blue) = 203+127+137=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F89 is #348076. Grayscale: #969696. Windows color (decimal): -3440759 or 9011147. OLE color: 9011147.
HSL color Cylindrical-coordinate representation of color #CB7F89: hue angle of 352.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7F89 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 137 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.20 |
| HSL | 352.11º | 0.42% | 0.65% | - |
| HSV(B) | 352.11º | 0.37% | 0.8% | - |
| XYZ | 36.73 | 29.68 | 27.46 | - |
| YUV | 150.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 137 | 0 | 0.37 | 0.33 | 0.20 | 352.11 | 0.42 | 0.65 |
| Hex | CB | 7F | 89 | 0 | 25 | 21 | 14 | 160 | 2A | 41 |
| Octal | 313 | 177 | 211 | 0 | 45 | 41 | 24 | 540 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10001001 | 0 | 100101 | 100001 | 10100 | 101100000 | 101010 | 1000001 |
Color Harmonies of #CB7F89
Complementary color
Monochromatic Colors of #CB7F89
Black with #CB7F89
Text Example
Text Example
White with #CB7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F89; }
p { color: rgb(203,127,137); }
H1.HeaderClassName
{
color: #CB7F89;
}
.AnyTagClassName
{
color: #CB7F89;
}
</style>
background-color css
<style>
a { background-color: #CB7F89; }
a { background-color: rgb(203,127,137); }
div.DivClassName
{
background-color: #CB7F89;
}
.BgClassName
{
background-color: #CB7F89;
}
</style>
border-color css
<style>
span { border-color: #CB7F89; }
span { border-color: rgb(203,127,137); }
td.TdClassName
{
border-color: #CB7F89;
}
.TagClassName
{
border-color: #CB7F89;
}
</style>