Shades of Charm #CB7383
Tints of Charm #CB7383
RGB
CMYK
RGB Variations
Color information
#CB7383 (or 0xCB7383) is known color: Charm. HEX triplet: CB, 73 and 83. RGB value is (203,115,131). Sum of RGB (Red+Green+Blue) = 203+115+131=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7383 is #348C7C. Grayscale: #8F8F8F. Windows color (decimal): -3443837 or 8614859. OLE color: 8614859.
HSL color Cylindrical-coordinate representation of color #CB7383: hue angle of 349.09º 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 #CB7383 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 131 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.20 |
| HSL | 349.09º | 0.46% | 0.62% | - |
| HSV(B) | 349.09º | 0.43% | 0.8% | - |
| XYZ | 34.86 | 26.6 | 24.77 | - |
| YUV | 143.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 131 | 0 | 0.43 | 0.35 | 0.20 | 349.09 | 0.46 | 0.62 |
| Hex | CB | 73 | 83 | 0 | 2B | 23 | 14 | 15D | 2E | 3E |
| Octal | 313 | 163 | 203 | 0 | 53 | 43 | 24 | 535 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10000011 | 0 | 101011 | 100011 | 10100 | 101011101 | 101110 | 111110 |
Color Harmonies of #CB7383
Complementary color
Monochromatic Colors of #CB7383
Black with #CB7383
Text Example
Text Example
White with #CB7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7383; }
p { color: rgb(203,115,131); }
H1.HeaderClassName
{
color: #CB7383;
}
.AnyTagClassName
{
color: #CB7383;
}
</style>
background-color css
<style>
a { background-color: #CB7383; }
a { background-color: rgb(203,115,131); }
div.DivClassName
{
background-color: #CB7383;
}
.BgClassName
{
background-color: #CB7383;
}
</style>
border-color css
<style>
span { border-color: #CB7383; }
span { border-color: rgb(203,115,131); }
td.TdClassName
{
border-color: #CB7383;
}
.TagClassName
{
border-color: #CB7383;
}
</style>