Shades of Charm #CC7C91
Tints of Charm #CC7C91
RGB
CMYK
RGB Variations
Color information
#CC7C91 (or 0xCC7C91) is known color: Charm. HEX triplet: CC, 7C and 91. RGB value is (204,124,145). Sum of RGB (Red+Green+Blue) = 204+124+145=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C91 is #33836E. Grayscale: #969696. Windows color (decimal): -3375983 or 9534668. OLE color: 9534668.
HSL color Cylindrical-coordinate representation of color #CC7C91: hue angle of 344.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C91 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 145 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.2 |
| HSL | 344.25º | 0.44% | 0.64% | - |
| HSV(B) | 344.25º | 0.39% | 0.8% | - |
| XYZ | 37.22 | 29.3 | 30.48 | - |
| YUV | 150.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 145 | 0 | 0.39 | 0.29 | 0.2 | 344.25 | 0.44 | 0.64 |
| Hex | CC | 7C | 91 | 0 | 27 | 1D | 14 | 158 | 2C | 40 |
| Octal | 314 | 174 | 221 | 0 | 47 | 35 | 24 | 530 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10010001 | 0 | 100111 | 11101 | 10100 | 101011000 | 101100 | 1000000 |
Color Harmonies of #CC7C91
Complementary color
Monochromatic Colors of #CC7C91
Black with #CC7C91
Text Example
Text Example
White with #CC7C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C91; }
p { color: rgb(204,124,145); }
H1.HeaderClassName
{
color: #CC7C91;
}
.AnyTagClassName
{
color: #CC7C91;
}
</style>
background-color css
<style>
a { background-color: #CC7C91; }
a { background-color: rgb(204,124,145); }
div.DivClassName
{
background-color: #CC7C91;
}
.BgClassName
{
background-color: #CC7C91;
}
</style>
border-color css
<style>
span { border-color: #CC7C91; }
span { border-color: rgb(204,124,145); }
td.TdClassName
{
border-color: #CC7C91;
}
.TagClassName
{
border-color: #CC7C91;
}
</style>