Shades of Charm #CC7D90
Tints of Charm #CC7D90
RGB
CMYK
RGB Variations
Color information
#CC7D90 (or 0xCC7D90) is known color: Charm. HEX triplet: CC, 7D and 90. RGB value is (204,125,144). Sum of RGB (Red+Green+Blue) = 204+125+144=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D90 is #33826F. Grayscale: #969696. Windows color (decimal): -3375728 or 9469388. OLE color: 9469388.
HSL color Cylindrical-coordinate representation of color #CC7D90: hue angle of 345.57º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D90 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 144 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.2 |
| HSL | 345.57º | 0.44% | 0.65% | - |
| HSV(B) | 345.57º | 0.39% | 0.8% | - |
| XYZ | 37.27 | 29.52 | 30.12 | - |
| YUV | 150.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 144 | 0 | 0.39 | 0.29 | 0.2 | 345.57 | 0.44 | 0.65 |
| Hex | CC | 7D | 90 | 0 | 27 | 1D | 14 | 15A | 2C | 41 |
| Octal | 314 | 175 | 220 | 0 | 47 | 35 | 24 | 532 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10010000 | 0 | 100111 | 11101 | 10100 | 101011010 | 101100 | 1000001 |
Color Harmonies of #CC7D90
Complementary color
Monochromatic Colors of #CC7D90
Black with #CC7D90
Text Example
Text Example
White with #CC7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D90; }
p { color: rgb(204,125,144); }
H1.HeaderClassName
{
color: #CC7D90;
}
.AnyTagClassName
{
color: #CC7D90;
}
</style>
background-color css
<style>
a { background-color: #CC7D90; }
a { background-color: rgb(204,125,144); }
div.DivClassName
{
background-color: #CC7D90;
}
.BgClassName
{
background-color: #CC7D90;
}
</style>
border-color css
<style>
span { border-color: #CC7D90; }
span { border-color: rgb(204,125,144); }
td.TdClassName
{
border-color: #CC7D90;
}
.TagClassName
{
border-color: #CC7D90;
}
</style>