Shades of Charm #CB7680
Tints of Charm #CB7680
RGB
CMYK
RGB Variations
Color information
#CB7680 (or 0xCB7680) is known color: Charm. HEX triplet: CB, 76 and 80. RGB value is (203,118,128). Sum of RGB (Red+Green+Blue) = 203+118+128=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7680 is #34897F. Grayscale: #909090. Windows color (decimal): -3443072 or 8419019. OLE color: 8419019.
HSL color Cylindrical-coordinate representation of color #CB7680: hue angle of 352.94º 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 #CB7680 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 128 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.20 |
| HSL | 352.94º | 0.45% | 0.63% | - |
| HSV(B) | 352.94º | 0.42% | 0.8% | - |
| XYZ | 35 | 27.21 | 23.83 | - |
| YUV | 144.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 128 | 0 | 0.42 | 0.37 | 0.20 | 352.94 | 0.45 | 0.63 |
| Hex | CB | 76 | 80 | 0 | 2A | 25 | 14 | 161 | 2D | 3F |
| Octal | 313 | 166 | 200 | 0 | 52 | 45 | 24 | 541 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10000000 | 0 | 101010 | 100101 | 10100 | 101100001 | 101101 | 111111 |
Color Harmonies of #CB7680
Complementary color
Monochromatic Colors of #CB7680
Black with #CB7680
Text Example
Text Example
White with #CB7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7680; }
p { color: rgb(203,118,128); }
H1.HeaderClassName
{
color: #CB7680;
}
.AnyTagClassName
{
color: #CB7680;
}
</style>
background-color css
<style>
a { background-color: #CB7680; }
a { background-color: rgb(203,118,128); }
div.DivClassName
{
background-color: #CB7680;
}
.BgClassName
{
background-color: #CB7680;
}
</style>
border-color css
<style>
span { border-color: #CB7680; }
span { border-color: rgb(203,118,128); }
td.TdClassName
{
border-color: #CB7680;
}
.TagClassName
{
border-color: #CB7680;
}
</style>