Shades of Charm #CB8388
Tints of Charm #CB8388
RGB
CMYK
RGB Variations
Color information
#CB8388 (or 0xCB8388) is known color: Charm. HEX triplet: CB, 83 and 88. RGB value is (203,131,136). Sum of RGB (Red+Green+Blue) = 203+131+136=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8388 is #347C77. Grayscale: #999999. Windows color (decimal): -3439736 or 8946635. OLE color: 8946635.
HSL color Cylindrical-coordinate representation of color #CB8388: hue angle of 355.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8388 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 136 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.20 |
| HSL | 355.83º | 0.41% | 0.65% | - |
| HSV(B) | 355.83º | 0.35% | 0.8% | - |
| XYZ | 37.19 | 30.71 | 27.26 | - |
| YUV | 153.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 136 | 0 | 0.35 | 0.33 | 0.20 | 355.83 | 0.41 | 0.65 |
| Hex | CB | 83 | 88 | 0 | 23 | 21 | 14 | 164 | 29 | 41 |
| Octal | 313 | 203 | 210 | 0 | 43 | 41 | 24 | 544 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10001000 | 0 | 100011 | 100001 | 10100 | 101100100 | 101001 | 1000001 |
Color Harmonies of #CB8388
Complementary color
Monochromatic Colors of #CB8388
Black with #CB8388
Text Example
Text Example
White with #CB8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8388; }
p { color: rgb(203,131,136); }
H1.HeaderClassName
{
color: #CB8388;
}
.AnyTagClassName
{
color: #CB8388;
}
</style>
background-color css
<style>
a { background-color: #CB8388; }
a { background-color: rgb(203,131,136); }
div.DivClassName
{
background-color: #CB8388;
}
.BgClassName
{
background-color: #CB8388;
}
</style>
border-color css
<style>
span { border-color: #CB8388; }
span { border-color: rgb(203,131,136); }
td.TdClassName
{
border-color: #CB8388;
}
.TagClassName
{
border-color: #CB8388;
}
</style>