Shades of Charm #CC768D
Tints of Charm #CC768D
RGB
CMYK
RGB Variations
Color information
#CC768D (or 0xCC768D) is known color: Charm. HEX triplet: CC, 76 and 8D. RGB value is (204,118,141). Sum of RGB (Red+Green+Blue) = 204+118+141=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768D is #338972. Grayscale: #929292. Windows color (decimal): -3377523 or 9270988. OLE color: 9270988.
HSL color Cylindrical-coordinate representation of color #CC768D: hue angle of 343.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC768D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 141 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.2 |
| HSL | 343.95º | 0.46% | 0.63% | - |
| HSV(B) | 343.95º | 0.42% | 0.8% | - |
| XYZ | 36.19 | 27.72 | 28.64 | - |
| YUV | 146.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 141 | 0 | 0.42 | 0.31 | 0.2 | 343.95 | 0.46 | 0.63 |
| Hex | CC | 76 | 8D | 0 | 2A | 1F | 14 | 158 | 2E | 3F |
| Octal | 314 | 166 | 215 | 0 | 52 | 37 | 24 | 530 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10001101 | 0 | 101010 | 11111 | 10100 | 101011000 | 101110 | 111111 |
Color Harmonies of #CC768D
Complementary color
Monochromatic Colors of #CC768D
Black with #CC768D
Text Example
Text Example
White with #CC768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC768D; }
p { color: rgb(204,118,141); }
H1.HeaderClassName
{
color: #CC768D;
}
.AnyTagClassName
{
color: #CC768D;
}
</style>
background-color css
<style>
a { background-color: #CC768D; }
a { background-color: rgb(204,118,141); }
div.DivClassName
{
background-color: #CC768D;
}
.BgClassName
{
background-color: #CC768D;
}
</style>
border-color css
<style>
span { border-color: #CC768D; }
span { border-color: rgb(204,118,141); }
td.TdClassName
{
border-color: #CC768D;
}
.TagClassName
{
border-color: #CC768D;
}
</style>