Shades of Charm #CB7E8E
Tints of Charm #CB7E8E
RGB
CMYK
RGB Variations
Color information
#CB7E8E (or 0xCB7E8E) is known color: Charm. HEX triplet: CB, 7E and 8E. RGB value is (203,126,142). Sum of RGB (Red+Green+Blue) = 203+126+142=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E8E is #348171. Grayscale: #969696. Windows color (decimal): -3441010 or 9338571. OLE color: 9338571.
HSL color Cylindrical-coordinate representation of color #CB7E8E: hue angle of 347.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7E8E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 142 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.20 |
| HSL | 347.53º | 0.43% | 0.65% | - |
| HSV(B) | 347.53º | 0.38% | 0.8% | - |
| XYZ | 36.97 | 29.57 | 29.35 | - |
| YUV | 150.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 142 | 0 | 0.38 | 0.30 | 0.20 | 347.53 | 0.43 | 0.65 |
| Hex | CB | 7E | 8E | 0 | 26 | 1E | 14 | 15C | 2B | 41 |
| Octal | 313 | 176 | 216 | 0 | 46 | 36 | 24 | 534 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10001110 | 0 | 100110 | 11110 | 10100 | 101011100 | 101011 | 1000001 |
Color Harmonies of #CB7E8E
Complementary color
Monochromatic Colors of #CB7E8E
Black with #CB7E8E
Text Example
Text Example
White with #CB7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E8E; }
p { color: rgb(203,126,142); }
H1.HeaderClassName
{
color: #CB7E8E;
}
.AnyTagClassName
{
color: #CB7E8E;
}
</style>
background-color css
<style>
a { background-color: #CB7E8E; }
a { background-color: rgb(203,126,142); }
div.DivClassName
{
background-color: #CB7E8E;
}
.BgClassName
{
background-color: #CB7E8E;
}
</style>
border-color css
<style>
span { border-color: #CB7E8E; }
span { border-color: rgb(203,126,142); }
td.TdClassName
{
border-color: #CB7E8E;
}
.TagClassName
{
border-color: #CB7E8E;
}
</style>