Shades of Charm #CB6380
Tints of Charm #CB6380
RGB
CMYK
RGB Variations
Color information
#CB6380 (or 0xCB6380) is known color: Charm. HEX triplet: CB, 63 and 80. RGB value is (203,99,128). Sum of RGB (Red+Green+Blue) = 203+99+128=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6380 is #349C7F. Grayscale: #858585. Windows color (decimal): -3447936 or 8414155. OLE color: 8414155.
HSL color Cylindrical-coordinate representation of color #CB6380: hue angle of 343.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6380 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 128 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.20 |
| HSL | 343.27º | 0.5% | 0.59% | - |
| HSV(B) | 343.27º | 0.51% | 0.8% | - |
| XYZ | 32.99 | 23.18 | 23.16 | - |
| YUV | 133.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 128 | 0 | 0.51 | 0.37 | 0.20 | 343.27 | 0.5 | 0.59 |
| Hex | CB | 63 | 80 | 0 | 33 | 25 | 14 | 157 | 32 | 3B |
| Octal | 313 | 143 | 200 | 0 | 63 | 45 | 24 | 527 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10000000 | 0 | 110011 | 100101 | 10100 | 101010111 | 110010 | 111011 |
Color Harmonies of #CB6380
Complementary color
Monochromatic Colors of #CB6380
Black with #CB6380
Text Example
Text Example
White with #CB6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6380; }
p { color: rgb(203,99,128); }
H1.HeaderClassName
{
color: #CB6380;
}
.AnyTagClassName
{
color: #CB6380;
}
</style>
background-color css
<style>
a { background-color: #CB6380; }
a { background-color: rgb(203,99,128); }
div.DivClassName
{
background-color: #CB6380;
}
.BgClassName
{
background-color: #CB6380;
}
</style>
border-color css
<style>
span { border-color: #CB6380; }
span { border-color: rgb(203,99,128); }
td.TdClassName
{
border-color: #CB6380;
}
.TagClassName
{
border-color: #CB6380;
}
</style>