Shades of Charm #CB7084
Tints of Charm #CB7084
RGB
CMYK
RGB Variations
Color information
#CB7084 (or 0xCB7084) is known color: Charm. HEX triplet: CB, 70 and 84. RGB value is (203,112,132). Sum of RGB (Red+Green+Blue) = 203+112+132=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7084 is #348F7B. Grayscale: #8D8D8D. Windows color (decimal): -3444604 or 8679627. OLE color: 8679627.
HSL color Cylindrical-coordinate representation of color #CB7084: hue angle of 346.81º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7084 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 132 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.20 |
| HSL | 346.81º | 0.47% | 0.62% | - |
| HSV(B) | 346.81º | 0.45% | 0.8% | - |
| XYZ | 34.59 | 25.95 | 25.02 | - |
| YUV | 141.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 132 | 0 | 0.45 | 0.35 | 0.20 | 346.81 | 0.47 | 0.62 |
| Hex | CB | 70 | 84 | 0 | 2D | 23 | 14 | 15B | 2F | 3E |
| Octal | 313 | 160 | 204 | 0 | 55 | 43 | 24 | 533 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10000100 | 0 | 101101 | 100011 | 10100 | 101011011 | 101111 | 111110 |
Color Harmonies of #CB7084
Complementary color
Monochromatic Colors of #CB7084
Black with #CB7084
Text Example
Text Example
White with #CB7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7084; }
p { color: rgb(203,112,132); }
H1.HeaderClassName
{
color: #CB7084;
}
.AnyTagClassName
{
color: #CB7084;
}
</style>
background-color css
<style>
a { background-color: #CB7084; }
a { background-color: rgb(203,112,132); }
div.DivClassName
{
background-color: #CB7084;
}
.BgClassName
{
background-color: #CB7084;
}
</style>
border-color css
<style>
span { border-color: #CB7084; }
span { border-color: rgb(203,112,132); }
td.TdClassName
{
border-color: #CB7084;
}
.TagClassName
{
border-color: #CB7084;
}
</style>