Shades of Charm #CC787D
Tints of Charm #CC787D
RGB
CMYK
RGB Variations
Color information
#CC787D (or 0xCC787D) is known color: Charm. HEX triplet: CC, 78 and 7D. RGB value is (204,120,125). Sum of RGB (Red+Green+Blue) = 204+120+125=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC787D is #338782. Grayscale: #919191. Windows color (decimal): -3377027 or 8222924. OLE color: 8222924.
HSL color Cylindrical-coordinate representation of color #CC787D: hue angle of 356.43º 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 #CC787D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 125 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.2 |
| HSL | 356.43º | 0.45% | 0.64% | - |
| HSV(B) | 356.43º | 0.41% | 0.8% | - |
| XYZ | 35.32 | 27.75 | 22.9 | - |
| YUV | 145.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 125 | 0 | 0.41 | 0.39 | 0.2 | 356.43 | 0.45 | 0.64 |
| Hex | CC | 78 | 7D | 0 | 29 | 27 | 14 | 164 | 2D | 40 |
| Octal | 314 | 170 | 175 | 0 | 51 | 47 | 24 | 544 | 55 | 100 |
| Binary | 11001100 | 1111000 | 1111101 | 0 | 101001 | 100111 | 10100 | 101100100 | 101101 | 1000000 |
Color Harmonies of #CC787D
Complementary color
Monochromatic Colors of #CC787D
Black with #CC787D
Text Example
Text Example
White with #CC787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC787D; }
p { color: rgb(204,120,125); }
H1.HeaderClassName
{
color: #CC787D;
}
.AnyTagClassName
{
color: #CC787D;
}
</style>
background-color css
<style>
a { background-color: #CC787D; }
a { background-color: rgb(204,120,125); }
div.DivClassName
{
background-color: #CC787D;
}
.BgClassName
{
background-color: #CC787D;
}
</style>
border-color css
<style>
span { border-color: #CC787D; }
span { border-color: rgb(204,120,125); }
td.TdClassName
{
border-color: #CC787D;
}
.TagClassName
{
border-color: #CC787D;
}
</style>