Shades of Charm #CC787C
Tints of Charm #CC787C
RGB
CMYK
RGB Variations
Color information
#CC787C (or 0xCC787C) is known color: Charm. HEX triplet: CC, 78 and 7C. RGB value is (204,120,124). Sum of RGB (Red+Green+Blue) = 204+120+124=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC787C is #338783. Grayscale: #919191. Windows color (decimal): -3377028 or 8157388. OLE color: 8157388.
HSL color Cylindrical-coordinate representation of color #CC787C: hue angle of 357.14º 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 #CC787C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 120 | 124 | - |
CMYK | 0 | 0.41 | 0.39 | 0.2 |
HSL | 357.14º | 0.45% | 0.64% | - |
HSV(B) | 357.14º | 0.41% | 0.8% | - |
XYZ | 35.26 | 27.73 | 22.56 | - |
YUV | 145.57 | 115.83 | 169.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 120 | 124 | 0 | 0.41 | 0.39 | 0.2 | 357.14 | 0.45 | 0.64 |
Hex | CC | 78 | 7C | 0 | 29 | 27 | 14 | 165 | 2D | 40 |
Octal | 314 | 170 | 174 | 0 | 51 | 47 | 24 | 545 | 55 | 100 |
Binary | 11001100 | 1111000 | 1111100 | 0 | 101001 | 100111 | 10100 | 101100101 | 101101 | 1000000 |
Color Harmonies of #CC787C
Complementary color
Monochromatic Colors of #CC787C
Black with #CC787C
Text Example
Text Example
White with #CC787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC787C; }
p { color: rgb(204,120,124); }
H1.HeaderClassName
{
color: #CC787C;
}
.AnyTagClassName
{
color: #CC787C;
}
</style>
background-color css
<style>
a { background-color: #CC787C; }
a { background-color: rgb(204,120,124); }
div.DivClassName
{
background-color: #CC787C;
}
.BgClassName
{
background-color: #CC787C;
}
</style>
border-color css
<style>
span { border-color: #CC787C; }
span { border-color: rgb(204,120,124); }
td.TdClassName
{
border-color: #CC787C;
}
.TagClassName
{
border-color: #CC787C;
}
</style>