Shades of Charm #CB6484
Tints of Charm #CB6484
RGB
CMYK
RGB Variations
Color information
#CB6484 (or 0xCB6484) is known color: Charm. HEX triplet: CB, 64 and 84. RGB value is (203,100,132). Sum of RGB (Red+Green+Blue) = 203+100+132=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6484 is #349B7B. Grayscale: #868686. Windows color (decimal): -3447676 or 8676555. OLE color: 8676555.
HSL color Cylindrical-coordinate representation of color #CB6484: hue angle of 341.36º 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 #CB6484 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 132 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.20 |
| HSL | 341.36º | 0.5% | 0.59% | - |
| HSV(B) | 341.36º | 0.51% | 0.8% | - |
| XYZ | 33.35 | 23.48 | 24.6 | - |
| YUV | 134.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 132 | 0 | 0.51 | 0.35 | 0.20 | 341.36 | 0.5 | 0.59 |
| Hex | CB | 64 | 84 | 0 | 33 | 23 | 14 | 155 | 32 | 3B |
| Octal | 313 | 144 | 204 | 0 | 63 | 43 | 24 | 525 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10000100 | 0 | 110011 | 100011 | 10100 | 101010101 | 110010 | 111011 |
Color Harmonies of #CB6484
Complementary color
Monochromatic Colors of #CB6484
Black with #CB6484
Text Example
Text Example
White with #CB6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6484; }
p { color: rgb(203,100,132); }
H1.HeaderClassName
{
color: #CB6484;
}
.AnyTagClassName
{
color: #CB6484;
}
</style>
background-color css
<style>
a { background-color: #CB6484; }
a { background-color: rgb(203,100,132); }
div.DivClassName
{
background-color: #CB6484;
}
.BgClassName
{
background-color: #CB6484;
}
</style>
border-color css
<style>
span { border-color: #CB6484; }
span { border-color: rgb(203,100,132); }
td.TdClassName
{
border-color: #CB6484;
}
.TagClassName
{
border-color: #CB6484;
}
</style>