Shades of Charm #CC7389
Tints of Charm #CC7389
RGB
CMYK
RGB Variations
Color information
#CC7389 (or 0xCC7389) is known color: Charm. HEX triplet: CC, 73 and 89. RGB value is (204,115,137). Sum of RGB (Red+Green+Blue) = 204+115+137=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7389 is #338C76. Grayscale: #909090. Windows color (decimal): -3378295 or 9008076. OLE color: 9008076.
HSL color Cylindrical-coordinate representation of color #CC7389: hue angle of 345.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7389 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 137 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.2 |
| HSL | 345.17º | 0.47% | 0.63% | - |
| HSV(B) | 345.17º | 0.44% | 0.8% | - |
| XYZ | 35.55 | 26.9 | 26.99 | - |
| YUV | 144.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 137 | 0 | 0.44 | 0.33 | 0.2 | 345.17 | 0.47 | 0.63 |
| Hex | CC | 73 | 89 | 0 | 2C | 21 | 14 | 159 | 2F | 3F |
| Octal | 314 | 163 | 211 | 0 | 54 | 41 | 24 | 531 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10001001 | 0 | 101100 | 100001 | 10100 | 101011001 | 101111 | 111111 |
Color Harmonies of #CC7389
Complementary color
Monochromatic Colors of #CC7389
Black with #CC7389
Text Example
Text Example
White with #CC7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7389; }
p { color: rgb(204,115,137); }
H1.HeaderClassName
{
color: #CC7389;
}
.AnyTagClassName
{
color: #CC7389;
}
</style>
background-color css
<style>
a { background-color: #CC7389; }
a { background-color: rgb(204,115,137); }
div.DivClassName
{
background-color: #CC7389;
}
.BgClassName
{
background-color: #CC7389;
}
</style>
border-color css
<style>
span { border-color: #CC7389; }
span { border-color: rgb(204,115,137); }
td.TdClassName
{
border-color: #CC7389;
}
.TagClassName
{
border-color: #CC7389;
}
</style>