Shades of Charm #CB8488
Tints of Charm #CB8488
RGB
CMYK
RGB Variations
Color information
#CB8488 (or 0xCB8488) is known color: Charm. HEX triplet: CB, 84 and 88. RGB value is (203,132,136). Sum of RGB (Red+Green+Blue) = 203+132+136=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8488 is #347B77. Grayscale: #999999. Windows color (decimal): -3439480 or 8946891. OLE color: 8946891.
HSL color Cylindrical-coordinate representation of color #CB8488: hue angle of 356.62º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8488 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 136 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.20 |
| HSL | 356.62º | 0.41% | 0.66% | - |
| HSV(B) | 356.62º | 0.35% | 0.8% | - |
| XYZ | 37.32 | 30.98 | 27.3 | - |
| YUV | 153.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 136 | 0 | 0.35 | 0.33 | 0.20 | 356.62 | 0.41 | 0.66 |
| Hex | CB | 84 | 88 | 0 | 23 | 21 | 14 | 165 | 29 | 42 |
| Octal | 313 | 204 | 210 | 0 | 43 | 41 | 24 | 545 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10001000 | 0 | 100011 | 100001 | 10100 | 101100101 | 101001 | 1000010 |
Color Harmonies of #CB8488
Complementary color
Monochromatic Colors of #CB8488
Black with #CB8488
Text Example
Text Example
White with #CB8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8488; }
p { color: rgb(203,132,136); }
H1.HeaderClassName
{
color: #CB8488;
}
.AnyTagClassName
{
color: #CB8488;
}
</style>
background-color css
<style>
a { background-color: #CB8488; }
a { background-color: rgb(203,132,136); }
div.DivClassName
{
background-color: #CB8488;
}
.BgClassName
{
background-color: #CB8488;
}
</style>
border-color css
<style>
span { border-color: #CB8488; }
span { border-color: rgb(203,132,136); }
td.TdClassName
{
border-color: #CB8488;
}
.TagClassName
{
border-color: #CB8488;
}
</style>