Shades of Charm #CB7D8D
Tints of Charm #CB7D8D
RGB
CMYK
RGB Variations
Color information
#CB7D8D (or 0xCB7D8D) is known color: Charm. HEX triplet: CB, 7D and 8D. RGB value is (203,125,141). Sum of RGB (Red+Green+Blue) = 203+125+141=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D8D is #348272. Grayscale: #969696. Windows color (decimal): -3441267 or 9272779. OLE color: 9272779.
HSL color Cylindrical-coordinate representation of color #CB7D8D: hue angle of 347.69º 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 #CB7D8D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 141 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.20 |
| HSL | 347.69º | 0.43% | 0.64% | - |
| HSV(B) | 347.69º | 0.38% | 0.8% | - |
| XYZ | 36.77 | 29.29 | 28.91 | - |
| YUV | 150.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 141 | 0 | 0.38 | 0.31 | 0.20 | 347.69 | 0.43 | 0.64 |
| Hex | CB | 7D | 8D | 0 | 26 | 1F | 14 | 15C | 2B | 40 |
| Octal | 313 | 175 | 215 | 0 | 46 | 37 | 24 | 534 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10001101 | 0 | 100110 | 11111 | 10100 | 101011100 | 101011 | 1000000 |
Color Harmonies of #CB7D8D
Complementary color
Monochromatic Colors of #CB7D8D
Black with #CB7D8D
Text Example
Text Example
White with #CB7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D8D; }
p { color: rgb(203,125,141); }
H1.HeaderClassName
{
color: #CB7D8D;
}
.AnyTagClassName
{
color: #CB7D8D;
}
</style>
background-color css
<style>
a { background-color: #CB7D8D; }
a { background-color: rgb(203,125,141); }
div.DivClassName
{
background-color: #CB7D8D;
}
.BgClassName
{
background-color: #CB7D8D;
}
</style>
border-color css
<style>
span { border-color: #CB7D8D; }
span { border-color: rgb(203,125,141); }
td.TdClassName
{
border-color: #CB7D8D;
}
.TagClassName
{
border-color: #CB7D8D;
}
</style>