Shades of Charm #CC758A
Tints of Charm #CC758A
RGB
CMYK
RGB Variations
Color information
#CC758A (or 0xCC758A) is known color: Charm. HEX triplet: CC, 75 and 8A. RGB value is (204,117,138). Sum of RGB (Red+Green+Blue) = 204+117+138=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758A is #338A75. Grayscale: #919191. Windows color (decimal): -3377782 or 9074124. OLE color: 9074124.
HSL color Cylindrical-coordinate representation of color #CC758A: hue angle of 345.52º 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 #CC758A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 138 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.2 |
| HSL | 345.52º | 0.46% | 0.63% | - |
| HSV(B) | 345.52º | 0.43% | 0.8% | - |
| XYZ | 35.85 | 27.39 | 27.44 | - |
| YUV | 145.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 138 | 0 | 0.43 | 0.32 | 0.2 | 345.52 | 0.46 | 0.63 |
| Hex | CC | 75 | 8A | 0 | 2B | 20 | 14 | 15A | 2E | 3F |
| Octal | 314 | 165 | 212 | 0 | 53 | 40 | 24 | 532 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10001010 | 0 | 101011 | 100000 | 10100 | 101011010 | 101110 | 111111 |
Color Harmonies of #CC758A
Complementary color
Monochromatic Colors of #CC758A
Black with #CC758A
Text Example
Text Example
White with #CC758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC758A; }
p { color: rgb(204,117,138); }
H1.HeaderClassName
{
color: #CC758A;
}
.AnyTagClassName
{
color: #CC758A;
}
</style>
background-color css
<style>
a { background-color: #CC758A; }
a { background-color: rgb(204,117,138); }
div.DivClassName
{
background-color: #CC758A;
}
.BgClassName
{
background-color: #CC758A;
}
</style>
border-color css
<style>
span { border-color: #CC758A; }
span { border-color: rgb(204,117,138); }
td.TdClassName
{
border-color: #CC758A;
}
.TagClassName
{
border-color: #CC758A;
}
</style>