Shades of Charm #CB808E
Tints of Charm #CB808E
RGB
CMYK
RGB Variations
Color information
#CB808E (or 0xCB808E) is known color: Charm. HEX triplet: CB, 80 and 8E. RGB value is (203,128,142). Sum of RGB (Red+Green+Blue) = 203+128+142=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB808E is #347F71. Grayscale: #989898. Windows color (decimal): -3440498 or 9339083. OLE color: 9339083.
HSL color Cylindrical-coordinate representation of color #CB808E: hue angle of 348.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB808E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 142 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.20 |
| HSL | 348.8º | 0.42% | 0.65% | - |
| HSV(B) | 348.8º | 0.37% | 0.8% | - |
| XYZ | 37.23 | 30.09 | 29.44 | - |
| YUV | 152.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 142 | 0 | 0.37 | 0.30 | 0.20 | 348.8 | 0.42 | 0.65 |
| Hex | CB | 80 | 8E | 0 | 25 | 1E | 14 | 15D | 2A | 41 |
| Octal | 313 | 200 | 216 | 0 | 45 | 36 | 24 | 535 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10001110 | 0 | 100101 | 11110 | 10100 | 101011101 | 101010 | 1000001 |
Color Harmonies of #CB808E
Complementary color
Monochromatic Colors of #CB808E
Black with #CB808E
Text Example
Text Example
White with #CB808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB808E; }
p { color: rgb(203,128,142); }
H1.HeaderClassName
{
color: #CB808E;
}
.AnyTagClassName
{
color: #CB808E;
}
</style>
background-color css
<style>
a { background-color: #CB808E; }
a { background-color: rgb(203,128,142); }
div.DivClassName
{
background-color: #CB808E;
}
.BgClassName
{
background-color: #CB808E;
}
</style>
border-color css
<style>
span { border-color: #CB808E; }
span { border-color: rgb(203,128,142); }
td.TdClassName
{
border-color: #CB808E;
}
.TagClassName
{
border-color: #CB808E;
}
</style>