Shades of Charm #CB717F
Tints of Charm #CB717F
RGB
CMYK
RGB Variations
Color information
#CB717F (or 0xCB717F) is known color: Charm. HEX triplet: CB, 71 and 7F. RGB value is (203,113,127). Sum of RGB (Red+Green+Blue) = 203+113+127=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB717F is #348E80. Grayscale: #8D8D8D. Windows color (decimal): -3444353 or 8352203. OLE color: 8352203.
HSL color Cylindrical-coordinate representation of color #CB717F: hue angle of 350.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 #CB717F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 127 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.20 |
| HSL | 350.67º | 0.46% | 0.62% | - |
| HSV(B) | 350.67º | 0.44% | 0.8% | - |
| XYZ | 34.36 | 26.04 | 23.29 | - |
| YUV | 141.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 127 | 0 | 0.44 | 0.37 | 0.20 | 350.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 7F | 0 | 2C | 25 | 14 | 15F | 2E | 3E |
| Octal | 313 | 161 | 177 | 0 | 54 | 45 | 24 | 537 | 56 | 76 |
| Binary | 11001011 | 1110001 | 1111111 | 0 | 101100 | 100101 | 10100 | 101011111 | 101110 | 111110 |
Color Harmonies of #CB717F
Complementary color
Monochromatic Colors of #CB717F
Black with #CB717F
Text Example
Text Example
White with #CB717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB717F; }
p { color: rgb(203,113,127); }
H1.HeaderClassName
{
color: #CB717F;
}
.AnyTagClassName
{
color: #CB717F;
}
</style>
background-color css
<style>
a { background-color: #CB717F; }
a { background-color: rgb(203,113,127); }
div.DivClassName
{
background-color: #CB717F;
}
.BgClassName
{
background-color: #CB717F;
}
</style>
border-color css
<style>
span { border-color: #CB717F; }
span { border-color: rgb(203,113,127); }
td.TdClassName
{
border-color: #CB717F;
}
.TagClassName
{
border-color: #CB717F;
}
</style>