Shades of Charm #CB727A
Tints of Charm #CB727A
RGB
CMYK
RGB Variations
Color information
#CB727A (or 0xCB727A) is known color: Charm. HEX triplet: CB, 72 and 7A. RGB value is (203,114,122). Sum of RGB (Red+Green+Blue) = 203+114+122=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727A is #348D85. Grayscale: #8D8D8D. Windows color (decimal): -3444102 or 8024779. OLE color: 8024779.
HSL color Cylindrical-coordinate representation of color #CB727A: hue angle of 354.61º 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 #CB727A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 122 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.20 |
| HSL | 354.61º | 0.46% | 0.62% | - |
| HSV(B) | 354.61º | 0.44% | 0.8% | - |
| XYZ | 34.16 | 26.14 | 21.66 | - |
| YUV | 141.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 122 | 0 | 0.44 | 0.40 | 0.20 | 354.61 | 0.46 | 0.62 |
| Hex | CB | 72 | 7A | 0 | 2C | 28 | 14 | 163 | 2E | 3E |
| Octal | 313 | 162 | 172 | 0 | 54 | 50 | 24 | 543 | 56 | 76 |
| Binary | 11001011 | 1110010 | 1111010 | 0 | 101100 | 101000 | 10100 | 101100011 | 101110 | 111110 |
Color Harmonies of #CB727A
Complementary color
Monochromatic Colors of #CB727A
Black with #CB727A
Text Example
Text Example
White with #CB727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB727A; }
p { color: rgb(203,114,122); }
H1.HeaderClassName
{
color: #CB727A;
}
.AnyTagClassName
{
color: #CB727A;
}
</style>
background-color css
<style>
a { background-color: #CB727A; }
a { background-color: rgb(203,114,122); }
div.DivClassName
{
background-color: #CB727A;
}
.BgClassName
{
background-color: #CB727A;
}
</style>
border-color css
<style>
span { border-color: #CB727A; }
span { border-color: rgb(203,114,122); }
td.TdClassName
{
border-color: #CB727A;
}
.TagClassName
{
border-color: #CB727A;
}
</style>