Shades of Charm #CB6784
Tints of Charm #CB6784
RGB
CMYK
RGB Variations
Color information
#CB6784 (or 0xCB6784) is known color: Charm. HEX triplet: CB, 67 and 84. RGB value is (203,103,132). Sum of RGB (Red+Green+Blue) = 203+103+132=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6784 is #34987B. Grayscale: #888888. Windows color (decimal): -3446908 or 8677323. OLE color: 8677323.
HSL color Cylindrical-coordinate representation of color #CB6784: hue angle of 342.6º 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 #CB6784 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 132 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.20 |
| HSL | 342.6º | 0.49% | 0.6% | - |
| HSV(B) | 342.6º | 0.49% | 0.8% | - |
| XYZ | 33.64 | 24.06 | 24.7 | - |
| YUV | 136.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 132 | 0 | 0.49 | 0.35 | 0.20 | 342.6 | 0.49 | 0.6 |
| Hex | CB | 67 | 84 | 0 | 31 | 23 | 14 | 157 | 31 | 3C |
| Octal | 313 | 147 | 204 | 0 | 61 | 43 | 24 | 527 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10000100 | 0 | 110001 | 100011 | 10100 | 101010111 | 110001 | 111100 |
Color Harmonies of #CB6784
Complementary color
Monochromatic Colors of #CB6784
Black with #CB6784
Text Example
Text Example
White with #CB6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6784; }
p { color: rgb(203,103,132); }
H1.HeaderClassName
{
color: #CB6784;
}
.AnyTagClassName
{
color: #CB6784;
}
</style>
background-color css
<style>
a { background-color: #CB6784; }
a { background-color: rgb(203,103,132); }
div.DivClassName
{
background-color: #CB6784;
}
.BgClassName
{
background-color: #CB6784;
}
</style>
border-color css
<style>
span { border-color: #CB6784; }
span { border-color: rgb(203,103,132); }
td.TdClassName
{
border-color: #CB6784;
}
.TagClassName
{
border-color: #CB6784;
}
</style>