Shades of Charm #CB808C
Tints of Charm #CB808C
RGB
CMYK
RGB Variations
Color information
#CB808C (or 0xCB808C) is known color: Charm. HEX triplet: CB, 80 and 8C. RGB value is (203,128,140). Sum of RGB (Red+Green+Blue) = 203+128+140=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB808C is #347F73. Grayscale: #979797. Windows color (decimal): -3440500 or 9208011. OLE color: 9208011.
HSL color Cylindrical-coordinate representation of color #CB808C: hue angle of 350.4º 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 #CB808C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 140 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.20 |
| HSL | 350.4º | 0.42% | 0.65% | - |
| HSV(B) | 350.4º | 0.37% | 0.8% | - |
| XYZ | 37.08 | 30.03 | 28.65 | - |
| YUV | 151.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 140 | 0 | 0.37 | 0.31 | 0.20 | 350.4 | 0.42 | 0.65 |
| Hex | CB | 80 | 8C | 0 | 25 | 1F | 14 | 15E | 2A | 41 |
| Octal | 313 | 200 | 214 | 0 | 45 | 37 | 24 | 536 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10001100 | 0 | 100101 | 11111 | 10100 | 101011110 | 101010 | 1000001 |
Color Harmonies of #CB808C
Complementary color
Monochromatic Colors of #CB808C
Black with #CB808C
Text Example
Text Example
White with #CB808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB808C; }
p { color: rgb(203,128,140); }
H1.HeaderClassName
{
color: #CB808C;
}
.AnyTagClassName
{
color: #CB808C;
}
</style>
background-color css
<style>
a { background-color: #CB808C; }
a { background-color: rgb(203,128,140); }
div.DivClassName
{
background-color: #CB808C;
}
.BgClassName
{
background-color: #CB808C;
}
</style>
border-color css
<style>
span { border-color: #CB808C; }
span { border-color: rgb(203,128,140); }
td.TdClassName
{
border-color: #CB808C;
}
.TagClassName
{
border-color: #CB808C;
}
</style>