Shades of Charm #CB7382
Tints of Charm #CB7382
RGB
CMYK
RGB Variations
Color information
#CB7382 (or 0xCB7382) is known color: Charm. HEX triplet: CB, 73 and 82. RGB value is (203,115,130). Sum of RGB (Red+Green+Blue) = 203+115+130=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7382 is #348C7D. Grayscale: #8F8F8F. Windows color (decimal): -3443838 or 8549323. OLE color: 8549323.
HSL color Cylindrical-coordinate representation of color #CB7382: hue angle of 349.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7382 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 130 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.20 |
| HSL | 349.77º | 0.46% | 0.62% | - |
| HSV(B) | 349.77º | 0.43% | 0.8% | - |
| XYZ | 34.79 | 26.57 | 24.41 | - |
| YUV | 143.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 130 | 0 | 0.43 | 0.36 | 0.20 | 349.77 | 0.46 | 0.62 |
| Hex | CB | 73 | 82 | 0 | 2B | 24 | 14 | 15E | 2E | 3E |
| Octal | 313 | 163 | 202 | 0 | 53 | 44 | 24 | 536 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10000010 | 0 | 101011 | 100100 | 10100 | 101011110 | 101110 | 111110 |
Color Harmonies of #CB7382
Complementary color
Monochromatic Colors of #CB7382
Black with #CB7382
Text Example
Text Example
White with #CB7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7382; }
p { color: rgb(203,115,130); }
H1.HeaderClassName
{
color: #CB7382;
}
.AnyTagClassName
{
color: #CB7382;
}
</style>
background-color css
<style>
a { background-color: #CB7382; }
a { background-color: rgb(203,115,130); }
div.DivClassName
{
background-color: #CB7382;
}
.BgClassName
{
background-color: #CB7382;
}
</style>
border-color css
<style>
span { border-color: #CB7382; }
span { border-color: rgb(203,115,130); }
td.TdClassName
{
border-color: #CB7382;
}
.TagClassName
{
border-color: #CB7382;
}
</style>