Shades of Charm #CB7A90
Tints of Charm #CB7A90
RGB
CMYK
RGB Variations
Color information
#CB7A90 (or 0xCB7A90) is known color: Charm. HEX triplet: CB, 7A and 90. RGB value is (203,122,144). Sum of RGB (Red+Green+Blue) = 203+122+144=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A90 is #34856F. Grayscale: #949494. Windows color (decimal): -3442032 or 9468619. OLE color: 9468619.
HSL color Cylindrical-coordinate representation of color #CB7A90: hue angle of 343.7º 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 #CB7A90 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 144 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.20 |
| HSL | 343.7º | 0.44% | 0.64% | - |
| HSV(B) | 343.7º | 0.4% | 0.8% | - |
| XYZ | 36.62 | 28.63 | 29.98 | - |
| YUV | 148.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 144 | 0 | 0.40 | 0.29 | 0.20 | 343.7 | 0.44 | 0.64 |
| Hex | CB | 7A | 90 | 0 | 28 | 1D | 14 | 158 | 2C | 40 |
| Octal | 313 | 172 | 220 | 0 | 50 | 35 | 24 | 530 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10010000 | 0 | 101000 | 11101 | 10100 | 101011000 | 101100 | 1000000 |
Color Harmonies of #CB7A90
Complementary color
Monochromatic Colors of #CB7A90
Black with #CB7A90
Text Example
Text Example
White with #CB7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A90; }
p { color: rgb(203,122,144); }
H1.HeaderClassName
{
color: #CB7A90;
}
.AnyTagClassName
{
color: #CB7A90;
}
</style>
background-color css
<style>
a { background-color: #CB7A90; }
a { background-color: rgb(203,122,144); }
div.DivClassName
{
background-color: #CB7A90;
}
.BgClassName
{
background-color: #CB7A90;
}
</style>
border-color css
<style>
span { border-color: #CB7A90; }
span { border-color: rgb(203,122,144); }
td.TdClassName
{
border-color: #CB7A90;
}
.TagClassName
{
border-color: #CB7A90;
}
</style>