Shades of Charm #CB6F84
Tints of Charm #CB6F84
RGB
CMYK
RGB Variations
Color information
#CB6F84 (or 0xCB6F84) is known color: Charm. HEX triplet: CB, 6F and 84. RGB value is (203,111,132). Sum of RGB (Red+Green+Blue) = 203+111+132=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F84 is #34907B. Grayscale: #8C8C8C. Windows color (decimal): -3444860 or 8679371. OLE color: 8679371.
HSL color Cylindrical-coordinate representation of color #CB6F84: hue angle of 346.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6F84 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 132 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.20 |
| HSL | 346.3º | 0.47% | 0.62% | - |
| HSV(B) | 346.3º | 0.45% | 0.8% | - |
| XYZ | 34.48 | 25.73 | 24.98 | - |
| YUV | 140.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 132 | 0 | 0.45 | 0.35 | 0.20 | 346.3 | 0.47 | 0.62 |
| Hex | CB | 6F | 84 | 0 | 2D | 23 | 14 | 15A | 2F | 3E |
| Octal | 313 | 157 | 204 | 0 | 55 | 43 | 24 | 532 | 57 | 76 |
| Binary | 11001011 | 1101111 | 10000100 | 0 | 101101 | 100011 | 10100 | 101011010 | 101111 | 111110 |
Color Harmonies of #CB6F84
Complementary color
Monochromatic Colors of #CB6F84
Black with #CB6F84
Text Example
Text Example
White with #CB6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F84; }
p { color: rgb(203,111,132); }
H1.HeaderClassName
{
color: #CB6F84;
}
.AnyTagClassName
{
color: #CB6F84;
}
</style>
background-color css
<style>
a { background-color: #CB6F84; }
a { background-color: rgb(203,111,132); }
div.DivClassName
{
background-color: #CB6F84;
}
.BgClassName
{
background-color: #CB6F84;
}
</style>
border-color css
<style>
span { border-color: #CB6F84; }
span { border-color: rgb(203,111,132); }
td.TdClassName
{
border-color: #CB6F84;
}
.TagClassName
{
border-color: #CB6F84;
}
</style>