Shades of Charm #CC7589
Tints of Charm #CC7589
RGB
CMYK
RGB Variations
Color information
#CC7589 (or 0xCC7589) is known color: Charm. HEX triplet: CC, 75 and 89. RGB value is (204,117,137). Sum of RGB (Red+Green+Blue) = 204+117+137=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7589 is #338A76. Grayscale: #919191. Windows color (decimal): -3377783 or 9008588. OLE color: 9008588.
HSL color Cylindrical-coordinate representation of color #CC7589: hue angle of 346.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7589 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 137 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.2 |
| HSL | 346.21º | 0.46% | 0.63% | - |
| HSV(B) | 346.21º | 0.43% | 0.8% | - |
| XYZ | 35.78 | 27.37 | 27.06 | - |
| YUV | 145.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 137 | 0 | 0.43 | 0.33 | 0.2 | 346.21 | 0.46 | 0.63 |
| Hex | CC | 75 | 89 | 0 | 2B | 21 | 14 | 15A | 2E | 3F |
| Octal | 314 | 165 | 211 | 0 | 53 | 41 | 24 | 532 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10001001 | 0 | 101011 | 100001 | 10100 | 101011010 | 101110 | 111111 |
Color Harmonies of #CC7589
Complementary color
Monochromatic Colors of #CC7589
Black with #CC7589
Text Example
Text Example
White with #CC7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7589; }
p { color: rgb(204,117,137); }
H1.HeaderClassName
{
color: #CC7589;
}
.AnyTagClassName
{
color: #CC7589;
}
</style>
background-color css
<style>
a { background-color: #CC7589; }
a { background-color: rgb(204,117,137); }
div.DivClassName
{
background-color: #CC7589;
}
.BgClassName
{
background-color: #CC7589;
}
</style>
border-color css
<style>
span { border-color: #CC7589; }
span { border-color: rgb(204,117,137); }
td.TdClassName
{
border-color: #CC7589;
}
.TagClassName
{
border-color: #CC7589;
}
</style>