Shades of Charm #CC768B
Tints of Charm #CC768B
RGB
CMYK
RGB Variations
Color information
#CC768B (or 0xCC768B) is known color: Charm. HEX triplet: CC, 76 and 8B. RGB value is (204,118,139). Sum of RGB (Red+Green+Blue) = 204+118+139=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768B is #338974. Grayscale: #929292. Windows color (decimal): -3377525 or 9139916. OLE color: 9139916.
HSL color Cylindrical-coordinate representation of color #CC768B: hue angle of 345.35º 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 #CC768B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 139 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.2 |
| HSL | 345.35º | 0.46% | 0.63% | - |
| HSV(B) | 345.35º | 0.42% | 0.8% | - |
| XYZ | 36.04 | 27.66 | 27.87 | - |
| YUV | 146.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 139 | 0 | 0.42 | 0.32 | 0.2 | 345.35 | 0.46 | 0.63 |
| Hex | CC | 76 | 8B | 0 | 2A | 20 | 14 | 159 | 2E | 3F |
| Octal | 314 | 166 | 213 | 0 | 52 | 40 | 24 | 531 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10001011 | 0 | 101010 | 100000 | 10100 | 101011001 | 101110 | 111111 |
Color Harmonies of #CC768B
Complementary color
Monochromatic Colors of #CC768B
Black with #CC768B
Text Example
Text Example
White with #CC768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC768B; }
p { color: rgb(204,118,139); }
H1.HeaderClassName
{
color: #CC768B;
}
.AnyTagClassName
{
color: #CC768B;
}
</style>
background-color css
<style>
a { background-color: #CC768B; }
a { background-color: rgb(204,118,139); }
div.DivClassName
{
background-color: #CC768B;
}
.BgClassName
{
background-color: #CC768B;
}
</style>
border-color css
<style>
span { border-color: #CC768B; }
span { border-color: rgb(204,118,139); }
td.TdClassName
{
border-color: #CC768B;
}
.TagClassName
{
border-color: #CC768B;
}
</style>