Shades of Charm #CB7A8D
Tints of Charm #CB7A8D
RGB
CMYK
RGB Variations
Color information
#CB7A8D (or 0xCB7A8D) is known color: Charm. HEX triplet: CB, 7A and 8D. RGB value is (203,122,141). Sum of RGB (Red+Green+Blue) = 203+122+141=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A8D is #348572. Grayscale: #949494. Windows color (decimal): -3442035 or 9272011. OLE color: 9272011.
HSL color Cylindrical-coordinate representation of color #CB7A8D: hue angle of 345.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7A8D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 141 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.20 |
| HSL | 345.93º | 0.44% | 0.64% | - |
| HSV(B) | 345.93º | 0.4% | 0.8% | - |
| XYZ | 36.4 | 28.54 | 28.79 | - |
| YUV | 148.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 141 | 0 | 0.40 | 0.31 | 0.20 | 345.93 | 0.44 | 0.64 |
| Hex | CB | 7A | 8D | 0 | 28 | 1F | 14 | 15A | 2C | 40 |
| Octal | 313 | 172 | 215 | 0 | 50 | 37 | 24 | 532 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10001101 | 0 | 101000 | 11111 | 10100 | 101011010 | 101100 | 1000000 |
Color Harmonies of #CB7A8D
Complementary color
Monochromatic Colors of #CB7A8D
Black with #CB7A8D
Text Example
Text Example
White with #CB7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A8D; }
p { color: rgb(203,122,141); }
H1.HeaderClassName
{
color: #CB7A8D;
}
.AnyTagClassName
{
color: #CB7A8D;
}
</style>
background-color css
<style>
a { background-color: #CB7A8D; }
a { background-color: rgb(203,122,141); }
div.DivClassName
{
background-color: #CB7A8D;
}
.BgClassName
{
background-color: #CB7A8D;
}
</style>
border-color css
<style>
span { border-color: #CB7A8D; }
span { border-color: rgb(203,122,141); }
td.TdClassName
{
border-color: #CB7A8D;
}
.TagClassName
{
border-color: #CB7A8D;
}
</style>