Shades of Charm #CC768A
Tints of Charm #CC768A
RGB
CMYK
RGB Variations
Color information
#CC768A (or 0xCC768A) is known color: Charm. HEX triplet: CC, 76 and 8A. RGB value is (204,118,138). Sum of RGB (Red+Green+Blue) = 204+118+138=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768A is #338975. Grayscale: #929292. Windows color (decimal): -3377526 or 9074380. OLE color: 9074380.
HSL color Cylindrical-coordinate representation of color #CC768A: hue angle of 346.05º 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 #CC768A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 138 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.2 |
| HSL | 346.05º | 0.46% | 0.63% | - |
| HSV(B) | 346.05º | 0.42% | 0.8% | - |
| XYZ | 35.97 | 27.63 | 27.48 | - |
| YUV | 145.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 138 | 0 | 0.42 | 0.32 | 0.2 | 346.05 | 0.46 | 0.63 |
| Hex | CC | 76 | 8A | 0 | 2A | 20 | 14 | 15A | 2E | 3F |
| Octal | 314 | 166 | 212 | 0 | 52 | 40 | 24 | 532 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10001010 | 0 | 101010 | 100000 | 10100 | 101011010 | 101110 | 111111 |
Color Harmonies of #CC768A
Complementary color
Monochromatic Colors of #CC768A
Black with #CC768A
Text Example
Text Example
White with #CC768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC768A; }
p { color: rgb(204,118,138); }
H1.HeaderClassName
{
color: #CC768A;
}
.AnyTagClassName
{
color: #CC768A;
}
</style>
background-color css
<style>
a { background-color: #CC768A; }
a { background-color: rgb(204,118,138); }
div.DivClassName
{
background-color: #CC768A;
}
.BgClassName
{
background-color: #CC768A;
}
</style>
border-color css
<style>
span { border-color: #CC768A; }
span { border-color: rgb(204,118,138); }
td.TdClassName
{
border-color: #CC768A;
}
.TagClassName
{
border-color: #CC768A;
}
</style>