Shades of Charm #CB718E
Tints of Charm #CB718E
RGB
CMYK
RGB Variations
Color information
#CB718E (or 0xCB718E) is known color: Charm. HEX triplet: CB, 71 and 8E. RGB value is (203,113,142). Sum of RGB (Red+Green+Blue) = 203+113+142=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718E is #348E71. Grayscale: #8F8F8F. Windows color (decimal): -3444338 or 9335243. OLE color: 9335243.
HSL color Cylindrical-coordinate representation of color #CB718E: hue angle of 340.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB718E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 142 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.20 |
| HSL | 340.67º | 0.46% | 0.62% | - |
| HSV(B) | 340.67º | 0.44% | 0.8% | - |
| XYZ | 35.42 | 26.46 | 28.83 | - |
| YUV | 143.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 142 | 0 | 0.44 | 0.30 | 0.20 | 340.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 8E | 0 | 2C | 1E | 14 | 155 | 2E | 3E |
| Octal | 313 | 161 | 216 | 0 | 54 | 36 | 24 | 525 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10001110 | 0 | 101100 | 11110 | 10100 | 101010101 | 101110 | 111110 |
Color Harmonies of #CB718E
Complementary color
Monochromatic Colors of #CB718E
Black with #CB718E
Text Example
Text Example
White with #CB718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB718E; }
p { color: rgb(203,113,142); }
H1.HeaderClassName
{
color: #CB718E;
}
.AnyTagClassName
{
color: #CB718E;
}
</style>
background-color css
<style>
a { background-color: #CB718E; }
a { background-color: rgb(203,113,142); }
div.DivClassName
{
background-color: #CB718E;
}
.BgClassName
{
background-color: #CB718E;
}
</style>
border-color css
<style>
span { border-color: #CB718E; }
span { border-color: rgb(203,113,142); }
td.TdClassName
{
border-color: #CB718E;
}
.TagClassName
{
border-color: #CB718E;
}
</style>