Shades of Charm #CB7E8D
Tints of Charm #CB7E8D
RGB
CMYK
RGB Variations
Color information
#CB7E8D (or 0xCB7E8D) is known color: Charm. HEX triplet: CB, 7E and 8D. RGB value is (203,126,141). Sum of RGB (Red+Green+Blue) = 203+126+141=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E8D is #348172. Grayscale: #969696. Windows color (decimal): -3441011 or 9273035. OLE color: 9273035.
HSL color Cylindrical-coordinate representation of color #CB7E8D: hue angle of 348.31º 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 #CB7E8D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 141 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.20 |
| HSL | 348.31º | 0.43% | 0.65% | - |
| HSV(B) | 348.31º | 0.38% | 0.8% | - |
| XYZ | 36.9 | 29.54 | 28.96 | - |
| YUV | 150.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 141 | 0 | 0.38 | 0.31 | 0.20 | 348.31 | 0.43 | 0.65 |
| Hex | CB | 7E | 8D | 0 | 26 | 1F | 14 | 15C | 2B | 41 |
| Octal | 313 | 176 | 215 | 0 | 46 | 37 | 24 | 534 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10001101 | 0 | 100110 | 11111 | 10100 | 101011100 | 101011 | 1000001 |
Color Harmonies of #CB7E8D
Complementary color
Monochromatic Colors of #CB7E8D
Black with #CB7E8D
Text Example
Text Example
White with #CB7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E8D; }
p { color: rgb(203,126,141); }
H1.HeaderClassName
{
color: #CB7E8D;
}
.AnyTagClassName
{
color: #CB7E8D;
}
</style>
background-color css
<style>
a { background-color: #CB7E8D; }
a { background-color: rgb(203,126,141); }
div.DivClassName
{
background-color: #CB7E8D;
}
.BgClassName
{
background-color: #CB7E8D;
}
</style>
border-color css
<style>
span { border-color: #CB7E8D; }
span { border-color: rgb(203,126,141); }
td.TdClassName
{
border-color: #CB7E8D;
}
.TagClassName
{
border-color: #CB7E8D;
}
</style>