Shades of Charm #CB6881
Tints of Charm #CB6881
RGB
CMYK
RGB Variations
Color information
#CB6881 (or 0xCB6881) is known color: Charm. HEX triplet: CB, 68 and 81. RGB value is (203,104,129). Sum of RGB (Red+Green+Blue) = 203+104+129=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6881 is #34977E. Grayscale: #888888. Windows color (decimal): -3446655 or 8480971. OLE color: 8480971.
HSL color Cylindrical-coordinate representation of color #CB6881: hue angle of 344.85º 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 #CB6881 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 129 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.20 |
| HSL | 344.85º | 0.49% | 0.6% | - |
| HSV(B) | 344.85º | 0.49% | 0.8% | - |
| XYZ | 33.54 | 24.18 | 23.67 | - |
| YUV | 136.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 129 | 0 | 0.49 | 0.36 | 0.20 | 344.85 | 0.49 | 0.6 |
| Hex | CB | 68 | 81 | 0 | 31 | 24 | 14 | 159 | 31 | 3C |
| Octal | 313 | 150 | 201 | 0 | 61 | 44 | 24 | 531 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10000001 | 0 | 110001 | 100100 | 10100 | 101011001 | 110001 | 111100 |
Color Harmonies of #CB6881
Complementary color
Monochromatic Colors of #CB6881
Black with #CB6881
Text Example
Text Example
White with #CB6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6881; }
p { color: rgb(203,104,129); }
H1.HeaderClassName
{
color: #CB6881;
}
.AnyTagClassName
{
color: #CB6881;
}
</style>
background-color css
<style>
a { background-color: #CB6881; }
a { background-color: rgb(203,104,129); }
div.DivClassName
{
background-color: #CB6881;
}
.BgClassName
{
background-color: #CB6881;
}
</style>
border-color css
<style>
span { border-color: #CB6881; }
span { border-color: rgb(203,104,129); }
td.TdClassName
{
border-color: #CB6881;
}
.TagClassName
{
border-color: #CB6881;
}
</style>