Shades of Charm #CC758F
Tints of Charm #CC758F
RGB
CMYK
RGB Variations
Color information
#CC758F (or 0xCC758F) is known color: Charm. HEX triplet: CC, 75 and 8F. RGB value is (204,117,143). Sum of RGB (Red+Green+Blue) = 204+117+143=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758F is #338A70. Grayscale: #919191. Windows color (decimal): -3377777 or 9401804. OLE color: 9401804.
HSL color Cylindrical-coordinate representation of color #CC758F: hue angle of 342.07º 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 #CC758F is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 143 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.2 |
| HSL | 342.07º | 0.46% | 0.63% | - |
| HSV(B) | 342.07º | 0.43% | 0.8% | - |
| XYZ | 36.22 | 27.54 | 29.39 | - |
| YUV | 145.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 143 | 0 | 0.43 | 0.30 | 0.2 | 342.07 | 0.46 | 0.63 |
| Hex | CC | 75 | 8F | 0 | 2B | 1E | 14 | 156 | 2E | 3F |
| Octal | 314 | 165 | 217 | 0 | 53 | 36 | 24 | 526 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10001111 | 0 | 101011 | 11110 | 10100 | 101010110 | 101110 | 111111 |
Color Harmonies of #CC758F
Complementary color
Monochromatic Colors of #CC758F
Black with #CC758F
Text Example
Text Example
White with #CC758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC758F; }
p { color: rgb(204,117,143); }
H1.HeaderClassName
{
color: #CC758F;
}
.AnyTagClassName
{
color: #CC758F;
}
</style>
background-color css
<style>
a { background-color: #CC758F; }
a { background-color: rgb(204,117,143); }
div.DivClassName
{
background-color: #CC758F;
}
.BgClassName
{
background-color: #CC758F;
}
</style>
border-color css
<style>
span { border-color: #CC758F; }
span { border-color: rgb(204,117,143); }
td.TdClassName
{
border-color: #CC758F;
}
.TagClassName
{
border-color: #CC758F;
}
</style>