Shades of Charm #CB6C81
Tints of Charm #CB6C81
RGB
CMYK
RGB Variations
Color information
#CB6C81 (or 0xCB6C81) is known color: Charm. HEX triplet: CB, 6C and 81. RGB value is (203,108,129). Sum of RGB (Red+Green+Blue) = 203+108+129=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C81 is #34937E. Grayscale: #8A8A8A. Windows color (decimal): -3445631 or 8481995. OLE color: 8481995.
HSL color Cylindrical-coordinate representation of color #CB6C81: hue angle of 346.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6C81 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 129 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.20 |
| HSL | 346.74º | 0.48% | 0.61% | - |
| HSV(B) | 346.74º | 0.47% | 0.8% | - |
| XYZ | 33.95 | 25.01 | 23.81 | - |
| YUV | 138.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 129 | 0 | 0.47 | 0.36 | 0.20 | 346.74 | 0.48 | 0.61 |
| Hex | CB | 6C | 81 | 0 | 2F | 24 | 14 | 15B | 30 | 3D |
| Octal | 313 | 154 | 201 | 0 | 57 | 44 | 24 | 533 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10000001 | 0 | 101111 | 100100 | 10100 | 101011011 | 110000 | 111101 |
Color Harmonies of #CB6C81
Complementary color
Monochromatic Colors of #CB6C81
Black with #CB6C81
Text Example
Text Example
White with #CB6C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C81; }
p { color: rgb(203,108,129); }
H1.HeaderClassName
{
color: #CB6C81;
}
.AnyTagClassName
{
color: #CB6C81;
}
</style>
background-color css
<style>
a { background-color: #CB6C81; }
a { background-color: rgb(203,108,129); }
div.DivClassName
{
background-color: #CB6C81;
}
.BgClassName
{
background-color: #CB6C81;
}
</style>
border-color css
<style>
span { border-color: #CB6C81; }
span { border-color: rgb(203,108,129); }
td.TdClassName
{
border-color: #CB6C81;
}
.TagClassName
{
border-color: #CB6C81;
}
</style>