Shades of Charm #CB7179
Tints of Charm #CB7179
RGB
CMYK
RGB Variations
Color information
#CB7179 (or 0xCB7179) is known color: Charm. HEX triplet: CB, 71 and 79. RGB value is (203,113,121). Sum of RGB (Red+Green+Blue) = 203+113+121=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7179 is #348E86. Grayscale: #8C8C8C. Windows color (decimal): -3444359 or 7958987. OLE color: 7958987.
HSL color Cylindrical-coordinate representation of color #CB7179: hue angle of 354.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7179 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 121 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.20 |
| HSL | 354.67º | 0.46% | 0.62% | - |
| HSV(B) | 354.67º | 0.44% | 0.8% | - |
| XYZ | 33.98 | 25.89 | 21.29 | - |
| YUV | 140.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 121 | 0 | 0.44 | 0.40 | 0.20 | 354.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 79 | 0 | 2C | 28 | 14 | 163 | 2E | 3E |
| Octal | 313 | 161 | 171 | 0 | 54 | 50 | 24 | 543 | 56 | 76 |
| Binary | 11001011 | 1110001 | 1111001 | 0 | 101100 | 101000 | 10100 | 101100011 | 101110 | 111110 |
Color Harmonies of #CB7179
Complementary color
Monochromatic Colors of #CB7179
Black with #CB7179
Text Example
Text Example
White with #CB7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7179; }
p { color: rgb(203,113,121); }
H1.HeaderClassName
{
color: #CB7179;
}
.AnyTagClassName
{
color: #CB7179;
}
</style>
background-color css
<style>
a { background-color: #CB7179; }
a { background-color: rgb(203,113,121); }
div.DivClassName
{
background-color: #CB7179;
}
.BgClassName
{
background-color: #CB7179;
}
</style>
border-color css
<style>
span { border-color: #CB7179; }
span { border-color: rgb(203,113,121); }
td.TdClassName
{
border-color: #CB7179;
}
.TagClassName
{
border-color: #CB7179;
}
</style>