Shades of Charm #CC768E
Tints of Charm #CC768E
RGB
CMYK
RGB Variations
Color information
#CC768E (or 0xCC768E) is known color: Charm. HEX triplet: CC, 76 and 8E. RGB value is (204,118,142). Sum of RGB (Red+Green+Blue) = 204+118+142=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768E is #338971. Grayscale: #929292. Windows color (decimal): -3377522 or 9336524. OLE color: 9336524.
HSL color Cylindrical-coordinate representation of color #CC768E: hue angle of 343.26º 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 #CC768E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 142 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.2 |
| HSL | 343.26º | 0.46% | 0.63% | - |
| HSV(B) | 343.26º | 0.42% | 0.8% | - |
| XYZ | 36.26 | 27.75 | 29.04 | - |
| YUV | 146.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 142 | 0 | 0.42 | 0.30 | 0.2 | 343.26 | 0.46 | 0.63 |
| Hex | CC | 76 | 8E | 0 | 2A | 1E | 14 | 157 | 2E | 3F |
| Octal | 314 | 166 | 216 | 0 | 52 | 36 | 24 | 527 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10001110 | 0 | 101010 | 11110 | 10100 | 101010111 | 101110 | 111111 |
Color Harmonies of #CC768E
Complementary color
Monochromatic Colors of #CC768E
Black with #CC768E
Text Example
Text Example
White with #CC768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC768E; }
p { color: rgb(204,118,142); }
H1.HeaderClassName
{
color: #CC768E;
}
.AnyTagClassName
{
color: #CC768E;
}
</style>
background-color css
<style>
a { background-color: #CC768E; }
a { background-color: rgb(204,118,142); }
div.DivClassName
{
background-color: #CC768E;
}
.BgClassName
{
background-color: #CC768E;
}
</style>
border-color css
<style>
span { border-color: #CC768E; }
span { border-color: rgb(204,118,142); }
td.TdClassName
{
border-color: #CC768E;
}
.TagClassName
{
border-color: #CC768E;
}
</style>