Shades of Charm #CB728C
Tints of Charm #CB728C
RGB
CMYK
RGB Variations
Color information
#CB728C (or 0xCB728C) is known color: Charm. HEX triplet: CB, 72 and 8C. RGB value is (203,114,140). Sum of RGB (Red+Green+Blue) = 203+114+140=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB728C is #348D73. Grayscale: #8F8F8F. Windows color (decimal): -3444084 or 9204427. OLE color: 9204427.
HSL color Cylindrical-coordinate representation of color #CB728C: hue angle of 342.47º 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 #CB728C is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 140 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.20 |
| HSL | 342.47º | 0.46% | 0.62% | - |
| HSV(B) | 342.47º | 0.44% | 0.8% | - |
| XYZ | 35.38 | 26.62 | 28.09 | - |
| YUV | 143.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 140 | 0 | 0.44 | 0.31 | 0.20 | 342.47 | 0.46 | 0.62 |
| Hex | CB | 72 | 8C | 0 | 2C | 1F | 14 | 156 | 2E | 3E |
| Octal | 313 | 162 | 214 | 0 | 54 | 37 | 24 | 526 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10001100 | 0 | 101100 | 11111 | 10100 | 101010110 | 101110 | 111110 |
Color Harmonies of #CB728C
Complementary color
Monochromatic Colors of #CB728C
Black with #CB728C
Text Example
Text Example
White with #CB728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB728C; }
p { color: rgb(203,114,140); }
H1.HeaderClassName
{
color: #CB728C;
}
.AnyTagClassName
{
color: #CB728C;
}
</style>
background-color css
<style>
a { background-color: #CB728C; }
a { background-color: rgb(203,114,140); }
div.DivClassName
{
background-color: #CB728C;
}
.BgClassName
{
background-color: #CB728C;
}
</style>
border-color css
<style>
span { border-color: #CB728C; }
span { border-color: rgb(203,114,140); }
td.TdClassName
{
border-color: #CB728C;
}
.TagClassName
{
border-color: #CB728C;
}
</style>