Shades of Charm #CB718B
Tints of Charm #CB718B
RGB
CMYK
RGB Variations
Color information
#CB718B (or 0xCB718B) is known color: Charm. HEX triplet: CB, 71 and 8B. RGB value is (203,113,139). Sum of RGB (Red+Green+Blue) = 203+113+139=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718B is #348E74. Grayscale: #8E8E8E. Windows color (decimal): -3444341 or 9138635. OLE color: 9138635.
HSL color Cylindrical-coordinate representation of color #CB718B: hue angle of 342.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 #CB718B is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 139 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.20 |
| HSL | 342.67º | 0.46% | 0.62% | - |
| HSV(B) | 342.67º | 0.44% | 0.8% | - |
| XYZ | 35.19 | 26.37 | 27.66 | - |
| YUV | 142.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 139 | 0 | 0.44 | 0.32 | 0.20 | 342.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 8B | 0 | 2C | 20 | 14 | 157 | 2E | 3E |
| Octal | 313 | 161 | 213 | 0 | 54 | 40 | 24 | 527 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10001011 | 0 | 101100 | 100000 | 10100 | 101010111 | 101110 | 111110 |
Color Harmonies of #CB718B
Complementary color
Monochromatic Colors of #CB718B
Black with #CB718B
Text Example
Text Example
White with #CB718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB718B; }
p { color: rgb(203,113,139); }
H1.HeaderClassName
{
color: #CB718B;
}
.AnyTagClassName
{
color: #CB718B;
}
</style>
background-color css
<style>
a { background-color: #CB718B; }
a { background-color: rgb(203,113,139); }
div.DivClassName
{
background-color: #CB718B;
}
.BgClassName
{
background-color: #CB718B;
}
</style>
border-color css
<style>
span { border-color: #CB718B; }
span { border-color: rgb(203,113,139); }
td.TdClassName
{
border-color: #CB718B;
}
.TagClassName
{
border-color: #CB718B;
}
</style>