Shades of Charm #CB6180
Tints of Charm #CB6180
RGB
CMYK
RGB Variations
Color information
#CB6180 (or 0xCB6180) is known color: Charm. HEX triplet: CB, 61 and 80. RGB value is (203,97,128). Sum of RGB (Red+Green+Blue) = 203+97+128=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6180 is #349E7F. Grayscale: #848484. Windows color (decimal): -3448448 or 8413643. OLE color: 8413643.
HSL color Cylindrical-coordinate representation of color #CB6180: hue angle of 342.45º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6180 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 128 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.20 |
| HSL | 342.45º | 0.5% | 0.59% | - |
| HSV(B) | 342.45º | 0.52% | 0.8% | - |
| XYZ | 32.8 | 22.8 | 23.1 | - |
| YUV | 132.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 128 | 0 | 0.52 | 0.37 | 0.20 | 342.45 | 0.5 | 0.59 |
| Hex | CB | 61 | 80 | 0 | 34 | 25 | 14 | 156 | 32 | 3B |
| Octal | 313 | 141 | 200 | 0 | 64 | 45 | 24 | 526 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10000000 | 0 | 110100 | 100101 | 10100 | 101010110 | 110010 | 111011 |
Color Harmonies of #CB6180
Complementary color
Monochromatic Colors of #CB6180
Black with #CB6180
Text Example
Text Example
White with #CB6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6180; }
p { color: rgb(203,97,128); }
H1.HeaderClassName
{
color: #CB6180;
}
.AnyTagClassName
{
color: #CB6180;
}
</style>
background-color css
<style>
a { background-color: #CB6180; }
a { background-color: rgb(203,97,128); }
div.DivClassName
{
background-color: #CB6180;
}
.BgClassName
{
background-color: #CB6180;
}
</style>
border-color css
<style>
span { border-color: #CB6180; }
span { border-color: rgb(203,97,128); }
td.TdClassName
{
border-color: #CB6180;
}
.TagClassName
{
border-color: #CB6180;
}
</style>