Shades of Charm #CB7A91
Tints of Charm #CB7A91
RGB
CMYK
RGB Variations
Color information
#CB7A91 (or 0xCB7A91) is known color: Charm. HEX triplet: CB, 7A and 91. RGB value is (203,122,145). Sum of RGB (Red+Green+Blue) = 203+122+145=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A91 is #34856E. Grayscale: #949494. Windows color (decimal): -3442031 or 9534155. OLE color: 9534155.
HSL color Cylindrical-coordinate representation of color #CB7A91: hue angle of 342.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7A91 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 145 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.20 |
| HSL | 342.96º | 0.44% | 0.64% | - |
| HSV(B) | 342.96º | 0.4% | 0.8% | - |
| XYZ | 36.7 | 28.66 | 30.39 | - |
| YUV | 148.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 145 | 0 | 0.40 | 0.29 | 0.20 | 342.96 | 0.44 | 0.64 |
| Hex | CB | 7A | 91 | 0 | 28 | 1D | 14 | 157 | 2C | 40 |
| Octal | 313 | 172 | 221 | 0 | 50 | 35 | 24 | 527 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10010001 | 0 | 101000 | 11101 | 10100 | 101010111 | 101100 | 1000000 |
Color Harmonies of #CB7A91
Complementary color
Monochromatic Colors of #CB7A91
Black with #CB7A91
Text Example
Text Example
White with #CB7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A91; }
p { color: rgb(203,122,145); }
H1.HeaderClassName
{
color: #CB7A91;
}
.AnyTagClassName
{
color: #CB7A91;
}
</style>
background-color css
<style>
a { background-color: #CB7A91; }
a { background-color: rgb(203,122,145); }
div.DivClassName
{
background-color: #CB7A91;
}
.BgClassName
{
background-color: #CB7A91;
}
</style>
border-color css
<style>
span { border-color: #CB7A91; }
span { border-color: rgb(203,122,145); }
td.TdClassName
{
border-color: #CB7A91;
}
.TagClassName
{
border-color: #CB7A91;
}
</style>