Shades of Charm #CB7385
Tints of Charm #CB7385
RGB
CMYK
RGB Variations
Color information
#CB7385 (or 0xCB7385) is known color: Charm. HEX triplet: CB, 73 and 85. RGB value is (203,115,133). Sum of RGB (Red+Green+Blue) = 203+115+133=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7385 is #348C7A. Grayscale: #8F8F8F. Windows color (decimal): -3443835 or 8745931. OLE color: 8745931.
HSL color Cylindrical-coordinate representation of color #CB7385: hue angle of 347.73º 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 #CB7385 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 133 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.20 |
| HSL | 347.73º | 0.46% | 0.62% | - |
| HSV(B) | 347.73º | 0.43% | 0.8% | - |
| XYZ | 34.99 | 26.65 | 25.49 | - |
| YUV | 143.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 133 | 0 | 0.43 | 0.34 | 0.20 | 347.73 | 0.46 | 0.62 |
| Hex | CB | 73 | 85 | 0 | 2B | 22 | 14 | 15C | 2E | 3E |
| Octal | 313 | 163 | 205 | 0 | 53 | 42 | 24 | 534 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10000101 | 0 | 101011 | 100010 | 10100 | 101011100 | 101110 | 111110 |
Color Harmonies of #CB7385
Complementary color
Monochromatic Colors of #CB7385
Black with #CB7385
Text Example
Text Example
White with #CB7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7385; }
p { color: rgb(203,115,133); }
H1.HeaderClassName
{
color: #CB7385;
}
.AnyTagClassName
{
color: #CB7385;
}
</style>
background-color css
<style>
a { background-color: #CB7385; }
a { background-color: rgb(203,115,133); }
div.DivClassName
{
background-color: #CB7385;
}
.BgClassName
{
background-color: #CB7385;
}
</style>
border-color css
<style>
span { border-color: #CB7385; }
span { border-color: rgb(203,115,133); }
td.TdClassName
{
border-color: #CB7385;
}
.TagClassName
{
border-color: #CB7385;
}
</style>