Shades of Charm #CC7D8A
Tints of Charm #CC7D8A
RGB
CMYK
RGB Variations
Color information
#CC7D8A (or 0xCC7D8A) is known color: Charm. HEX triplet: CC, 7D and 8A. RGB value is (204,125,138). Sum of RGB (Red+Green+Blue) = 204+125+138=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D8A is #338275. Grayscale: #969696. Windows color (decimal): -3375734 or 9076172. OLE color: 9076172.
HSL color Cylindrical-coordinate representation of color #CC7D8A: hue angle of 350.13º 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 #CC7D8A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 138 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.2 |
| HSL | 350.13º | 0.44% | 0.65% | - |
| HSV(B) | 350.13º | 0.39% | 0.8% | - |
| XYZ | 36.82 | 29.34 | 27.77 | - |
| YUV | 150.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 138 | 0 | 0.39 | 0.32 | 0.2 | 350.13 | 0.44 | 0.65 |
| Hex | CC | 7D | 8A | 0 | 27 | 20 | 14 | 15E | 2C | 41 |
| Octal | 314 | 175 | 212 | 0 | 47 | 40 | 24 | 536 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10001010 | 0 | 100111 | 100000 | 10100 | 101011110 | 101100 | 1000001 |
Color Harmonies of #CC7D8A
Complementary color
Monochromatic Colors of #CC7D8A
Black with #CC7D8A
Text Example
Text Example
White with #CC7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D8A; }
p { color: rgb(204,125,138); }
H1.HeaderClassName
{
color: #CC7D8A;
}
.AnyTagClassName
{
color: #CC7D8A;
}
</style>
background-color css
<style>
a { background-color: #CC7D8A; }
a { background-color: rgb(204,125,138); }
div.DivClassName
{
background-color: #CC7D8A;
}
.BgClassName
{
background-color: #CC7D8A;
}
</style>
border-color css
<style>
span { border-color: #CC7D8A; }
span { border-color: rgb(204,125,138); }
td.TdClassName
{
border-color: #CC7D8A;
}
.TagClassName
{
border-color: #CC7D8A;
}
</style>