Shades of Charm #CB7D91
Tints of Charm #CB7D91
RGB
CMYK
RGB Variations
Color information
#CB7D91 (or 0xCB7D91) is known color: Charm. HEX triplet: CB, 7D and 91. RGB value is (203,125,145). Sum of RGB (Red+Green+Blue) = 203+125+145=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D91 is #34826E. Grayscale: #969696. Windows color (decimal): -3441263 or 9534923. OLE color: 9534923.
HSL color Cylindrical-coordinate representation of color #CB7D91: hue angle of 344.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7D91 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 145 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.20 |
| HSL | 344.62º | 0.43% | 0.64% | - |
| HSV(B) | 344.62º | 0.38% | 0.8% | - |
| XYZ | 37.07 | 29.41 | 30.51 | - |
| YUV | 150.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 145 | 0 | 0.38 | 0.29 | 0.20 | 344.62 | 0.43 | 0.64 |
| Hex | CB | 7D | 91 | 0 | 26 | 1D | 14 | 159 | 2B | 40 |
| Octal | 313 | 175 | 221 | 0 | 46 | 35 | 24 | 531 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10010001 | 0 | 100110 | 11101 | 10100 | 101011001 | 101011 | 1000000 |
Color Harmonies of #CB7D91
Complementary color
Monochromatic Colors of #CB7D91
Black with #CB7D91
Text Example
Text Example
White with #CB7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D91; }
p { color: rgb(203,125,145); }
H1.HeaderClassName
{
color: #CB7D91;
}
.AnyTagClassName
{
color: #CB7D91;
}
</style>
background-color css
<style>
a { background-color: #CB7D91; }
a { background-color: rgb(203,125,145); }
div.DivClassName
{
background-color: #CB7D91;
}
.BgClassName
{
background-color: #CB7D91;
}
</style>
border-color css
<style>
span { border-color: #CB7D91; }
span { border-color: rgb(203,125,145); }
td.TdClassName
{
border-color: #CB7D91;
}
.TagClassName
{
border-color: #CB7D91;
}
</style>