Shades of Charm #CB7288
Tints of Charm #CB7288
RGB
CMYK
RGB Variations
Color information
#CB7288 (or 0xCB7288) is known color: Charm. HEX triplet: CB, 72 and 88. RGB value is (203,114,136). Sum of RGB (Red+Green+Blue) = 203+114+136=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7288 is #348D77. Grayscale: #8F8F8F. Windows color (decimal): -3444088 or 8942283. OLE color: 8942283.
HSL color Cylindrical-coordinate representation of color #CB7288: hue angle of 345.17º 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 #CB7288 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 136 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.20 |
| HSL | 345.17º | 0.46% | 0.62% | - |
| HSV(B) | 345.17º | 0.44% | 0.8% | - |
| XYZ | 35.09 | 26.51 | 26.56 | - |
| YUV | 143.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 136 | 0 | 0.44 | 0.33 | 0.20 | 345.17 | 0.46 | 0.62 |
| Hex | CB | 72 | 88 | 0 | 2C | 21 | 14 | 159 | 2E | 3E |
| Octal | 313 | 162 | 210 | 0 | 54 | 41 | 24 | 531 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10001000 | 0 | 101100 | 100001 | 10100 | 101011001 | 101110 | 111110 |
Color Harmonies of #CB7288
Complementary color
Monochromatic Colors of #CB7288
Black with #CB7288
Text Example
Text Example
White with #CB7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7288; }
p { color: rgb(203,114,136); }
H1.HeaderClassName
{
color: #CB7288;
}
.AnyTagClassName
{
color: #CB7288;
}
</style>
background-color css
<style>
a { background-color: #CB7288; }
a { background-color: rgb(203,114,136); }
div.DivClassName
{
background-color: #CB7288;
}
.BgClassName
{
background-color: #CB7288;
}
</style>
border-color css
<style>
span { border-color: #CB7288; }
span { border-color: rgb(203,114,136); }
td.TdClassName
{
border-color: #CB7288;
}
.TagClassName
{
border-color: #CB7288;
}
</style>