Shades of Charm #CC787F
Tints of Charm #CC787F
RGB
CMYK
RGB Variations
Color information
#CC787F (or 0xCC787F) is known color: Charm. HEX triplet: CC, 78 and 7F. RGB value is (204,120,127). Sum of RGB (Red+Green+Blue) = 204+120+127=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC787F is #338780. Grayscale: #919191. Windows color (decimal): -3377025 or 8353996. OLE color: 8353996.
HSL color Cylindrical-coordinate representation of color #CC787F: hue angle of 355º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC787F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 127 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.2 |
| HSL | 355º | 0.45% | 0.64% | - |
| HSV(B) | 355º | 0.41% | 0.8% | - |
| XYZ | 35.45 | 27.8 | 23.58 | - |
| YUV | 145.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 127 | 0 | 0.41 | 0.38 | 0.2 | 355 | 0.45 | 0.64 |
| Hex | CC | 78 | 7F | 0 | 29 | 26 | 14 | 163 | 2D | 40 |
| Octal | 314 | 170 | 177 | 0 | 51 | 46 | 24 | 543 | 55 | 100 |
| Binary | 11001100 | 1111000 | 1111111 | 0 | 101001 | 100110 | 10100 | 101100011 | 101101 | 1000000 |
Color Harmonies of #CC787F
Complementary color
Monochromatic Colors of #CC787F
Black with #CC787F
Text Example
Text Example
White with #CC787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC787F; }
p { color: rgb(204,120,127); }
H1.HeaderClassName
{
color: #CC787F;
}
.AnyTagClassName
{
color: #CC787F;
}
</style>
background-color css
<style>
a { background-color: #CC787F; }
a { background-color: rgb(204,120,127); }
div.DivClassName
{
background-color: #CC787F;
}
.BgClassName
{
background-color: #CC787F;
}
</style>
border-color css
<style>
span { border-color: #CC787F; }
span { border-color: rgb(204,120,127); }
td.TdClassName
{
border-color: #CC787F;
}
.TagClassName
{
border-color: #CC787F;
}
</style>