Shades of Charm #CB6E8B
Tints of Charm #CB6E8B
RGB
CMYK
RGB Variations
Color information
#CB6E8B (or 0xCB6E8B) is known color: Charm. HEX triplet: CB, 6E and 8B. RGB value is (203,110,139). Sum of RGB (Red+Green+Blue) = 203+110+139=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E8B is #349174. Grayscale: #8D8D8D. Windows color (decimal): -3445109 or 9137867. OLE color: 9137867.
HSL color Cylindrical-coordinate representation of color #CB6E8B: hue angle of 341.29º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6E8B is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 139 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.20 |
| HSL | 341.29º | 0.47% | 0.61% | - |
| HSV(B) | 341.29º | 0.46% | 0.8% | - |
| XYZ | 34.86 | 25.71 | 27.55 | - |
| YUV | 141.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 139 | 0 | 0.46 | 0.32 | 0.20 | 341.29 | 0.47 | 0.61 |
| Hex | CB | 6E | 8B | 0 | 2E | 20 | 14 | 155 | 2F | 3D |
| Octal | 313 | 156 | 213 | 0 | 56 | 40 | 24 | 525 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10001011 | 0 | 101110 | 100000 | 10100 | 101010101 | 101111 | 111101 |
Color Harmonies of #CB6E8B
Complementary color
Monochromatic Colors of #CB6E8B
Black with #CB6E8B
Text Example
Text Example
White with #CB6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E8B; }
p { color: rgb(203,110,139); }
H1.HeaderClassName
{
color: #CB6E8B;
}
.AnyTagClassName
{
color: #CB6E8B;
}
</style>
background-color css
<style>
a { background-color: #CB6E8B; }
a { background-color: rgb(203,110,139); }
div.DivClassName
{
background-color: #CB6E8B;
}
.BgClassName
{
background-color: #CB6E8B;
}
</style>
border-color css
<style>
span { border-color: #CB6E8B; }
span { border-color: rgb(203,110,139); }
td.TdClassName
{
border-color: #CB6E8B;
}
.TagClassName
{
border-color: #CB6E8B;
}
</style>