Shades of Charm #CC758C
Tints of Charm #CC758C
RGB
CMYK
RGB Variations
Color information
#CC758C (or 0xCC758C) is known color: Charm. HEX triplet: CC, 75 and 8C. RGB value is (204,117,140). Sum of RGB (Red+Green+Blue) = 204+117+140=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758C is #338A73. Grayscale: #919191. Windows color (decimal): -3377780 or 9205196. OLE color: 9205196.
HSL color Cylindrical-coordinate representation of color #CC758C: hue angle of 344.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC758C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 140 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.2 |
| HSL | 344.14º | 0.46% | 0.63% | - |
| HSV(B) | 344.14º | 0.43% | 0.8% | - |
| XYZ | 36 | 27.45 | 28.21 | - |
| YUV | 145.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 140 | 0 | 0.43 | 0.31 | 0.2 | 344.14 | 0.46 | 0.63 |
| Hex | CC | 75 | 8C | 0 | 2B | 1F | 14 | 158 | 2E | 3F |
| Octal | 314 | 165 | 214 | 0 | 53 | 37 | 24 | 530 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10001100 | 0 | 101011 | 11111 | 10100 | 101011000 | 101110 | 111111 |
Color Harmonies of #CC758C
Complementary color
Monochromatic Colors of #CC758C
Black with #CC758C
Text Example
Text Example
White with #CC758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC758C; }
p { color: rgb(204,117,140); }
H1.HeaderClassName
{
color: #CC758C;
}
.AnyTagClassName
{
color: #CC758C;
}
</style>
background-color css
<style>
a { background-color: #CC758C; }
a { background-color: rgb(204,117,140); }
div.DivClassName
{
background-color: #CC758C;
}
.BgClassName
{
background-color: #CC758C;
}
</style>
border-color css
<style>
span { border-color: #CC758C; }
span { border-color: rgb(204,117,140); }
td.TdClassName
{
border-color: #CC758C;
}
.TagClassName
{
border-color: #CC758C;
}
</style>