Shades of Charm #CB7283
Tints of Charm #CB7283
RGB
CMYK
RGB Variations
Color information
#CB7283 (or 0xCB7283) is known color: Charm. HEX triplet: CB, 72 and 83. RGB value is (203,114,131). Sum of RGB (Red+Green+Blue) = 203+114+131=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7283 is #348D7C. Grayscale: #8E8E8E. Windows color (decimal): -3444093 or 8614603. OLE color: 8614603.
HSL color Cylindrical-coordinate representation of color #CB7283: hue angle of 348.54º 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 #CB7283 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 131 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.20 |
| HSL | 348.54º | 0.46% | 0.62% | - |
| HSV(B) | 348.54º | 0.44% | 0.8% | - |
| XYZ | 34.74 | 26.37 | 24.73 | - |
| YUV | 142.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 131 | 0 | 0.44 | 0.35 | 0.20 | 348.54 | 0.46 | 0.62 |
| Hex | CB | 72 | 83 | 0 | 2C | 23 | 14 | 15D | 2E | 3E |
| Octal | 313 | 162 | 203 | 0 | 54 | 43 | 24 | 535 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10000011 | 0 | 101100 | 100011 | 10100 | 101011101 | 101110 | 111110 |
Color Harmonies of #CB7283
Complementary color
Monochromatic Colors of #CB7283
Black with #CB7283
Text Example
Text Example
White with #CB7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7283; }
p { color: rgb(203,114,131); }
H1.HeaderClassName
{
color: #CB7283;
}
.AnyTagClassName
{
color: #CB7283;
}
</style>
background-color css
<style>
a { background-color: #CB7283; }
a { background-color: rgb(203,114,131); }
div.DivClassName
{
background-color: #CB7283;
}
.BgClassName
{
background-color: #CB7283;
}
</style>
border-color css
<style>
span { border-color: #CB7283; }
span { border-color: rgb(203,114,131); }
td.TdClassName
{
border-color: #CB7283;
}
.TagClassName
{
border-color: #CB7283;
}
</style>