Shades of Charm #CC787B
Tints of Charm #CC787B
RGB
CMYK
RGB Variations
Color information
#CC787B (or 0xCC787B) is known color: Charm. HEX triplet: CC, 78 and 7B. RGB value is (204,120,123). Sum of RGB (Red+Green+Blue) = 204+120+123=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC787B is #338784. Grayscale: #919191. Windows color (decimal): -3377029 or 8091852. OLE color: 8091852.
HSL color Cylindrical-coordinate representation of color #CC787B: hue angle of 357.86º 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 #CC787B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 123 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.2 |
| HSL | 357.86º | 0.45% | 0.64% | - |
| HSV(B) | 357.86º | 0.41% | 0.8% | - |
| XYZ | 35.19 | 27.7 | 22.23 | - |
| YUV | 145.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 123 | 0 | 0.41 | 0.40 | 0.2 | 357.86 | 0.45 | 0.64 |
| Hex | CC | 78 | 7B | 0 | 29 | 28 | 14 | 166 | 2D | 40 |
| Octal | 314 | 170 | 173 | 0 | 51 | 50 | 24 | 546 | 55 | 100 |
| Binary | 11001100 | 1111000 | 1111011 | 0 | 101001 | 101000 | 10100 | 101100110 | 101101 | 1000000 |
Color Harmonies of #CC787B
Complementary color
Monochromatic Colors of #CC787B
Black with #CC787B
Text Example
Text Example
White with #CC787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC787B; }
p { color: rgb(204,120,123); }
H1.HeaderClassName
{
color: #CC787B;
}
.AnyTagClassName
{
color: #CC787B;
}
</style>
background-color css
<style>
a { background-color: #CC787B; }
a { background-color: rgb(204,120,123); }
div.DivClassName
{
background-color: #CC787B;
}
.BgClassName
{
background-color: #CC787B;
}
</style>
border-color css
<style>
span { border-color: #CC787B; }
span { border-color: rgb(204,120,123); }
td.TdClassName
{
border-color: #CC787B;
}
.TagClassName
{
border-color: #CC787B;
}
</style>