Shades of Charm #CC787E
Tints of Charm #CC787E
RGB
CMYK
RGB Variations
Color information
#CC787E (or 0xCC787E) is known color: Charm. HEX triplet: CC, 78 and 7E. RGB value is (204,120,126). Sum of RGB (Red+Green+Blue) = 204+120+126=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC787E is #338781. Grayscale: #919191. Windows color (decimal): -3377026 or 8288460. OLE color: 8288460.
HSL color Cylindrical-coordinate representation of color #CC787E: hue angle of 355.71º 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 #CC787E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 126 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.2 |
| HSL | 355.71º | 0.45% | 0.64% | - |
| HSV(B) | 355.71º | 0.41% | 0.8% | - |
| XYZ | 35.38 | 27.78 | 23.24 | - |
| YUV | 145.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 126 | 0 | 0.41 | 0.38 | 0.2 | 355.71 | 0.45 | 0.64 |
| Hex | CC | 78 | 7E | 0 | 29 | 26 | 14 | 164 | 2D | 40 |
| Octal | 314 | 170 | 176 | 0 | 51 | 46 | 24 | 544 | 55 | 100 |
| Binary | 11001100 | 1111000 | 1111110 | 0 | 101001 | 100110 | 10100 | 101100100 | 101101 | 1000000 |
Color Harmonies of #CC787E
Complementary color
Monochromatic Colors of #CC787E
Black with #CC787E
Text Example
Text Example
White with #CC787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC787E; }
p { color: rgb(204,120,126); }
H1.HeaderClassName
{
color: #CC787E;
}
.AnyTagClassName
{
color: #CC787E;
}
</style>
background-color css
<style>
a { background-color: #CC787E; }
a { background-color: rgb(204,120,126); }
div.DivClassName
{
background-color: #CC787E;
}
.BgClassName
{
background-color: #CC787E;
}
</style>
border-color css
<style>
span { border-color: #CC787E; }
span { border-color: rgb(204,120,126); }
td.TdClassName
{
border-color: #CC787E;
}
.TagClassName
{
border-color: #CC787E;
}
</style>