Shades of Charm #CB7682
Tints of Charm #CB7682
RGB
CMYK
RGB Variations
Color information
#CB7682 (or 0xCB7682) is known color: Charm. HEX triplet: CB, 76 and 82. RGB value is (203,118,130). Sum of RGB (Red+Green+Blue) = 203+118+130=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7682 is #34897D. Grayscale: #909090. Windows color (decimal): -3443070 or 8550091. OLE color: 8550091.
HSL color Cylindrical-coordinate representation of color #CB7682: hue angle of 351.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7682 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 130 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.20 |
| HSL | 351.53º | 0.45% | 0.63% | - |
| HSV(B) | 351.53º | 0.42% | 0.8% | - |
| XYZ | 35.14 | 27.27 | 24.53 | - |
| YUV | 144.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 130 | 0 | 0.42 | 0.36 | 0.20 | 351.53 | 0.45 | 0.63 |
| Hex | CB | 76 | 82 | 0 | 2A | 24 | 14 | 160 | 2D | 3F |
| Octal | 313 | 166 | 202 | 0 | 52 | 44 | 24 | 540 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10000010 | 0 | 101010 | 100100 | 10100 | 101100000 | 101101 | 111111 |
Color Harmonies of #CB7682
Complementary color
Monochromatic Colors of #CB7682
Black with #CB7682
Text Example
Text Example
White with #CB7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7682; }
p { color: rgb(203,118,130); }
H1.HeaderClassName
{
color: #CB7682;
}
.AnyTagClassName
{
color: #CB7682;
}
</style>
background-color css
<style>
a { background-color: #CB7682; }
a { background-color: rgb(203,118,130); }
div.DivClassName
{
background-color: #CB7682;
}
.BgClassName
{
background-color: #CB7682;
}
</style>
border-color css
<style>
span { border-color: #CB7682; }
span { border-color: rgb(203,118,130); }
td.TdClassName
{
border-color: #CB7682;
}
.TagClassName
{
border-color: #CB7682;
}
</style>