Shades of Charm #CB718A
Tints of Charm #CB718A
RGB
CMYK
RGB Variations
Color information
#CB718A (or 0xCB718A) is known color: Charm. HEX triplet: CB, 71 and 8A. RGB value is (203,113,138). Sum of RGB (Red+Green+Blue) = 203+113+138=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718A is #348E75. Grayscale: #8E8E8E. Windows color (decimal): -3444342 or 9073099. OLE color: 9073099.
HSL color Cylindrical-coordinate representation of color #CB718A: hue angle of 343.33º 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 #CB718A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 138 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.20 |
| HSL | 343.33º | 0.46% | 0.62% | - |
| HSV(B) | 343.33º | 0.44% | 0.8% | - |
| XYZ | 35.12 | 26.34 | 27.28 | - |
| YUV | 142.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 138 | 0 | 0.44 | 0.32 | 0.20 | 343.33 | 0.46 | 0.62 |
| Hex | CB | 71 | 8A | 0 | 2C | 20 | 14 | 157 | 2E | 3E |
| Octal | 313 | 161 | 212 | 0 | 54 | 40 | 24 | 527 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10001010 | 0 | 101100 | 100000 | 10100 | 101010111 | 101110 | 111110 |
Color Harmonies of #CB718A
Complementary color
Monochromatic Colors of #CB718A
Black with #CB718A
Text Example
Text Example
White with #CB718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB718A; }
p { color: rgb(203,113,138); }
H1.HeaderClassName
{
color: #CB718A;
}
.AnyTagClassName
{
color: #CB718A;
}
</style>
background-color css
<style>
a { background-color: #CB718A; }
a { background-color: rgb(203,113,138); }
div.DivClassName
{
background-color: #CB718A;
}
.BgClassName
{
background-color: #CB718A;
}
</style>
border-color css
<style>
span { border-color: #CB718A; }
span { border-color: rgb(203,113,138); }
td.TdClassName
{
border-color: #CB718A;
}
.TagClassName
{
border-color: #CB718A;
}
</style>