Shades of Charm #CB7182
Tints of Charm #CB7182
RGB
CMYK
RGB Variations
Color information
#CB7182 (or 0xCB7182) is known color: Charm. HEX triplet: CB, 71 and 82. RGB value is (203,113,130). Sum of RGB (Red+Green+Blue) = 203+113+130=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7182 is #348E7D. Grayscale: #8D8D8D. Windows color (decimal): -3444350 or 8548811. OLE color: 8548811.
HSL color Cylindrical-coordinate representation of color #CB7182: hue angle of 348.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 #CB7182 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 130 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.20 |
| HSL | 348.67º | 0.46% | 0.62% | - |
| HSV(B) | 348.67º | 0.44% | 0.8% | - |
| XYZ | 34.56 | 26.12 | 24.34 | - |
| YUV | 141.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 130 | 0 | 0.44 | 0.36 | 0.20 | 348.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 82 | 0 | 2C | 24 | 14 | 15D | 2E | 3E |
| Octal | 313 | 161 | 202 | 0 | 54 | 44 | 24 | 535 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10000010 | 0 | 101100 | 100100 | 10100 | 101011101 | 101110 | 111110 |
Color Harmonies of #CB7182
Complementary color
Monochromatic Colors of #CB7182
Black with #CB7182
Text Example
Text Example
White with #CB7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7182; }
p { color: rgb(203,113,130); }
H1.HeaderClassName
{
color: #CB7182;
}
.AnyTagClassName
{
color: #CB7182;
}
</style>
background-color css
<style>
a { background-color: #CB7182; }
a { background-color: rgb(203,113,130); }
div.DivClassName
{
background-color: #CB7182;
}
.BgClassName
{
background-color: #CB7182;
}
</style>
border-color css
<style>
span { border-color: #CB7182; }
span { border-color: rgb(203,113,130); }
td.TdClassName
{
border-color: #CB7182;
}
.TagClassName
{
border-color: #CB7182;
}
</style>