Shades of Charm #CB6E7B
Tints of Charm #CB6E7B
RGB
CMYK
RGB Variations
Color information
#CB6E7B (or 0xCB6E7B) is known color: Charm. HEX triplet: CB, 6E and 7B. RGB value is (203,110,123). Sum of RGB (Red+Green+Blue) = 203+110+123=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E7B is #349184. Grayscale: #8B8B8B. Windows color (decimal): -3445125 or 8089291. OLE color: 8089291.
HSL color Cylindrical-coordinate representation of color #CB6E7B: hue angle of 351.61º 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 #CB6E7B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 123 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.20 |
| HSL | 351.61º | 0.47% | 0.61% | - |
| HSV(B) | 351.61º | 0.46% | 0.8% | - |
| XYZ | 33.78 | 25.28 | 21.84 | - |
| YUV | 139.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 123 | 0 | 0.46 | 0.39 | 0.20 | 351.61 | 0.47 | 0.61 |
| Hex | CB | 6E | 7B | 0 | 2E | 27 | 14 | 160 | 2F | 3D |
| Octal | 313 | 156 | 173 | 0 | 56 | 47 | 24 | 540 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1111011 | 0 | 101110 | 100111 | 10100 | 101100000 | 101111 | 111101 |
Color Harmonies of #CB6E7B
Complementary color
Monochromatic Colors of #CB6E7B
Black with #CB6E7B
Text Example
Text Example
White with #CB6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E7B; }
p { color: rgb(203,110,123); }
H1.HeaderClassName
{
color: #CB6E7B;
}
.AnyTagClassName
{
color: #CB6E7B;
}
</style>
background-color css
<style>
a { background-color: #CB6E7B; }
a { background-color: rgb(203,110,123); }
div.DivClassName
{
background-color: #CB6E7B;
}
.BgClassName
{
background-color: #CB6E7B;
}
</style>
border-color css
<style>
span { border-color: #CB6E7B; }
span { border-color: rgb(203,110,123); }
td.TdClassName
{
border-color: #CB6E7B;
}
.TagClassName
{
border-color: #CB6E7B;
}
</style>