Shades of Charm #CB728A
Tints of Charm #CB728A
RGB
CMYK
RGB Variations
Color information
#CB728A (or 0xCB728A) is known color: Charm. HEX triplet: CB, 72 and 8A. RGB value is (203,114,138). Sum of RGB (Red+Green+Blue) = 203+114+138=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB728A is #348D75. Grayscale: #8F8F8F. Windows color (decimal): -3444086 or 9073355. OLE color: 9073355.
HSL color Cylindrical-coordinate representation of color #CB728A: hue angle of 343.82º 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 #CB728A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 138 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.20 |
| HSL | 343.82º | 0.46% | 0.62% | - |
| HSV(B) | 343.82º | 0.44% | 0.8% | - |
| XYZ | 35.23 | 26.57 | 27.32 | - |
| YUV | 143.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 138 | 0 | 0.44 | 0.32 | 0.20 | 343.82 | 0.46 | 0.62 |
| Hex | CB | 72 | 8A | 0 | 2C | 20 | 14 | 158 | 2E | 3E |
| Octal | 313 | 162 | 212 | 0 | 54 | 40 | 24 | 530 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10001010 | 0 | 101100 | 100000 | 10100 | 101011000 | 101110 | 111110 |
Color Harmonies of #CB728A
Complementary color
Monochromatic Colors of #CB728A
Black with #CB728A
Text Example
Text Example
White with #CB728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB728A; }
p { color: rgb(203,114,138); }
H1.HeaderClassName
{
color: #CB728A;
}
.AnyTagClassName
{
color: #CB728A;
}
</style>
background-color css
<style>
a { background-color: #CB728A; }
a { background-color: rgb(203,114,138); }
div.DivClassName
{
background-color: #CB728A;
}
.BgClassName
{
background-color: #CB728A;
}
</style>
border-color css
<style>
span { border-color: #CB728A; }
span { border-color: rgb(203,114,138); }
td.TdClassName
{
border-color: #CB728A;
}
.TagClassName
{
border-color: #CB728A;
}
</style>