Shades of Charm #CC7B95
Tints of Charm #CC7B95
RGB
CMYK
RGB Variations
Color information
#CC7B95 (or 0xCC7B95) is known color: Charm. HEX triplet: CC, 7B and 95. RGB value is (204,123,149). Sum of RGB (Red+Green+Blue) = 204+123+149=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B95 is #33846A. Grayscale: #969696. Windows color (decimal): -3376235 or 9796556. OLE color: 9796556.
HSL color Cylindrical-coordinate representation of color #CC7B95: hue angle of 340.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B95 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 149 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.2 |
| HSL | 340.74º | 0.44% | 0.64% | - |
| HSV(B) | 340.74º | 0.4% | 0.8% | - |
| XYZ | 37.41 | 29.17 | 32.09 | - |
| YUV | 150.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 149 | 0 | 0.40 | 0.27 | 0.2 | 340.74 | 0.44 | 0.64 |
| Hex | CC | 7B | 95 | 0 | 28 | 1B | 14 | 155 | 2C | 40 |
| Octal | 314 | 173 | 225 | 0 | 50 | 33 | 24 | 525 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10010101 | 0 | 101000 | 11011 | 10100 | 101010101 | 101100 | 1000000 |
Color Harmonies of #CC7B95
Complementary color
Monochromatic Colors of #CC7B95
Black with #CC7B95
Text Example
Text Example
White with #CC7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B95; }
p { color: rgb(204,123,149); }
H1.HeaderClassName
{
color: #CC7B95;
}
.AnyTagClassName
{
color: #CC7B95;
}
</style>
background-color css
<style>
a { background-color: #CC7B95; }
a { background-color: rgb(204,123,149); }
div.DivClassName
{
background-color: #CC7B95;
}
.BgClassName
{
background-color: #CC7B95;
}
</style>
border-color css
<style>
span { border-color: #CC7B95; }
span { border-color: rgb(204,123,149); }
td.TdClassName
{
border-color: #CC7B95;
}
.TagClassName
{
border-color: #CC7B95;
}
</style>