Shades of Charm #CB6884
Tints of Charm #CB6884
RGB
CMYK
RGB Variations
Color information
#CB6884 (or 0xCB6884) is known color: Charm. HEX triplet: CB, 68 and 84. RGB value is (203,104,132). Sum of RGB (Red+Green+Blue) = 203+104+132=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6884 is #34977B. Grayscale: #888888. Windows color (decimal): -3446652 or 8677579. OLE color: 8677579.
HSL color Cylindrical-coordinate representation of color #CB6884: hue angle of 343.03º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6884 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 132 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.20 |
| HSL | 343.03º | 0.49% | 0.6% | - |
| HSV(B) | 343.03º | 0.49% | 0.8% | - |
| XYZ | 33.74 | 24.26 | 24.73 | - |
| YUV | 136.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 132 | 0 | 0.49 | 0.35 | 0.20 | 343.03 | 0.49 | 0.6 |
| Hex | CB | 68 | 84 | 0 | 31 | 23 | 14 | 157 | 31 | 3C |
| Octal | 313 | 150 | 204 | 0 | 61 | 43 | 24 | 527 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10000100 | 0 | 110001 | 100011 | 10100 | 101010111 | 110001 | 111100 |
Color Harmonies of #CB6884
Complementary color
Monochromatic Colors of #CB6884
Black with #CB6884
Text Example
Text Example
White with #CB6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6884; }
p { color: rgb(203,104,132); }
H1.HeaderClassName
{
color: #CB6884;
}
.AnyTagClassName
{
color: #CB6884;
}
</style>
background-color css
<style>
a { background-color: #CB6884; }
a { background-color: rgb(203,104,132); }
div.DivClassName
{
background-color: #CB6884;
}
.BgClassName
{
background-color: #CB6884;
}
</style>
border-color css
<style>
span { border-color: #CB6884; }
span { border-color: rgb(203,104,132); }
td.TdClassName
{
border-color: #CB6884;
}
.TagClassName
{
border-color: #CB6884;
}
</style>