Shades of Charm #CB6E7D
Tints of Charm #CB6E7D
RGB
CMYK
RGB Variations
Color information
#CB6E7D (or 0xCB6E7D) is known color: Charm. HEX triplet: CB, 6E and 7D. RGB value is (203,110,125). Sum of RGB (Red+Green+Blue) = 203+110+125=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E7D is #349182. Grayscale: #8B8B8B. Windows color (decimal): -3445123 or 8220363. OLE color: 8220363.
HSL color Cylindrical-coordinate representation of color #CB6E7D: hue angle of 350.32º 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 #CB6E7D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 125 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.20 |
| HSL | 350.32º | 0.47% | 0.61% | - |
| HSV(B) | 350.32º | 0.46% | 0.8% | - |
| XYZ | 33.91 | 25.33 | 22.5 | - |
| YUV | 139.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 125 | 0 | 0.46 | 0.38 | 0.20 | 350.32 | 0.47 | 0.61 |
| Hex | CB | 6E | 7D | 0 | 2E | 26 | 14 | 15E | 2F | 3D |
| Octal | 313 | 156 | 175 | 0 | 56 | 46 | 24 | 536 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1111101 | 0 | 101110 | 100110 | 10100 | 101011110 | 101111 | 111101 |
Color Harmonies of #CB6E7D
Complementary color
Monochromatic Colors of #CB6E7D
Black with #CB6E7D
Text Example
Text Example
White with #CB6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E7D; }
p { color: rgb(203,110,125); }
H1.HeaderClassName
{
color: #CB6E7D;
}
.AnyTagClassName
{
color: #CB6E7D;
}
</style>
background-color css
<style>
a { background-color: #CB6E7D; }
a { background-color: rgb(203,110,125); }
div.DivClassName
{
background-color: #CB6E7D;
}
.BgClassName
{
background-color: #CB6E7D;
}
</style>
border-color css
<style>
span { border-color: #CB6E7D; }
span { border-color: rgb(203,110,125); }
td.TdClassName
{
border-color: #CB6E7D;
}
.TagClassName
{
border-color: #CB6E7D;
}
</style>