Shades of Charm #CB727C
Tints of Charm #CB727C
RGB
CMYK
RGB Variations
Color information
#CB727C (or 0xCB727C) is known color: Charm. HEX triplet: CB, 72 and 7C. RGB value is (203,114,124). Sum of RGB (Red+Green+Blue) = 203+114+124=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727C is #348D83. Grayscale: #8D8D8D. Windows color (decimal): -3444100 or 8155851. OLE color: 8155851.
HSL color Cylindrical-coordinate representation of color #CB727C: hue angle of 353.26º 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 #CB727C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 124 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.20 |
| HSL | 353.26º | 0.46% | 0.62% | - |
| HSV(B) | 353.26º | 0.44% | 0.8% | - |
| XYZ | 34.28 | 26.19 | 22.32 | - |
| YUV | 141.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 124 | 0 | 0.44 | 0.39 | 0.20 | 353.26 | 0.46 | 0.62 |
| Hex | CB | 72 | 7C | 0 | 2C | 27 | 14 | 161 | 2E | 3E |
| Octal | 313 | 162 | 174 | 0 | 54 | 47 | 24 | 541 | 56 | 76 |
| Binary | 11001011 | 1110010 | 1111100 | 0 | 101100 | 100111 | 10100 | 101100001 | 101110 | 111110 |
Color Harmonies of #CB727C
Complementary color
Monochromatic Colors of #CB727C
Black with #CB727C
Text Example
Text Example
White with #CB727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB727C; }
p { color: rgb(203,114,124); }
H1.HeaderClassName
{
color: #CB727C;
}
.AnyTagClassName
{
color: #CB727C;
}
</style>
background-color css
<style>
a { background-color: #CB727C; }
a { background-color: rgb(203,114,124); }
div.DivClassName
{
background-color: #CB727C;
}
.BgClassName
{
background-color: #CB727C;
}
</style>
border-color css
<style>
span { border-color: #CB727C; }
span { border-color: rgb(203,114,124); }
td.TdClassName
{
border-color: #CB727C;
}
.TagClassName
{
border-color: #CB727C;
}
</style>