Shades of Charm #CB6E78
Tints of Charm #CB6E78
RGB
CMYK
RGB Variations
Color information
#CB6E78 (or 0xCB6E78) is known color: Charm. HEX triplet: CB, 6E and 78. RGB value is (203,110,120). Sum of RGB (Red+Green+Blue) = 203+110+120=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E78 is #349187. Grayscale: #8A8A8A. Windows color (decimal): -3445128 or 7892683. OLE color: 7892683.
HSL color Cylindrical-coordinate representation of color #CB6E78: hue angle of 353.55º 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 #CB6E78 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 120 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.20 |
| HSL | 353.55º | 0.47% | 0.61% | - |
| HSV(B) | 353.55º | 0.46% | 0.8% | - |
| XYZ | 33.59 | 25.2 | 20.86 | - |
| YUV | 138.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 120 | 0 | 0.46 | 0.41 | 0.20 | 353.55 | 0.47 | 0.61 |
| Hex | CB | 6E | 78 | 0 | 2E | 29 | 14 | 162 | 2F | 3D |
| Octal | 313 | 156 | 170 | 0 | 56 | 51 | 24 | 542 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1111000 | 0 | 101110 | 101001 | 10100 | 101100010 | 101111 | 111101 |
Color Harmonies of #CB6E78
Complementary color
Monochromatic Colors of #CB6E78
Black with #CB6E78
Text Example
Text Example
White with #CB6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E78; }
p { color: rgb(203,110,120); }
H1.HeaderClassName
{
color: #CB6E78;
}
.AnyTagClassName
{
color: #CB6E78;
}
</style>
background-color css
<style>
a { background-color: #CB6E78; }
a { background-color: rgb(203,110,120); }
div.DivClassName
{
background-color: #CB6E78;
}
.BgClassName
{
background-color: #CB6E78;
}
</style>
border-color css
<style>
span { border-color: #CB6E78; }
span { border-color: rgb(203,110,120); }
td.TdClassName
{
border-color: #CB6E78;
}
.TagClassName
{
border-color: #CB6E78;
}
</style>