Shades of Charm #CC657F
Tints of Charm #CC657F
RGB
CMYK
RGB Variations
Color information
#CC657F (or 0xCC657F) is known color: Charm. HEX triplet: CC, 65 and 7F. RGB value is (204,101,127). Sum of RGB (Red+Green+Blue) = 204+101+127=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC657F is #339A80. Grayscale: #868686. Windows color (decimal): -3381889 or 8349132. OLE color: 8349132.
HSL color Cylindrical-coordinate representation of color #CC657F: hue angle of 344.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC657F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 127 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.2 |
| HSL | 344.85º | 0.5% | 0.6% | - |
| HSV(B) | 344.85º | 0.5% | 0.8% | - |
| XYZ | 33.39 | 23.68 | 22.89 | - |
| YUV | 134.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 127 | 0 | 0.50 | 0.38 | 0.2 | 344.85 | 0.5 | 0.6 |
| Hex | CC | 65 | 7F | 0 | 32 | 26 | 14 | 159 | 32 | 3C |
| Octal | 314 | 145 | 177 | 0 | 62 | 46 | 24 | 531 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1111111 | 0 | 110010 | 100110 | 10100 | 101011001 | 110010 | 111100 |
Color Harmonies of #CC657F
Complementary color
Monochromatic Colors of #CC657F
Black with #CC657F
Text Example
Text Example
White with #CC657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC657F; }
p { color: rgb(204,101,127); }
H1.HeaderClassName
{
color: #CC657F;
}
.AnyTagClassName
{
color: #CC657F;
}
</style>
background-color css
<style>
a { background-color: #CC657F; }
a { background-color: rgb(204,101,127); }
div.DivClassName
{
background-color: #CC657F;
}
.BgClassName
{
background-color: #CC657F;
}
</style>
border-color css
<style>
span { border-color: #CC657F; }
span { border-color: rgb(204,101,127); }
td.TdClassName
{
border-color: #CC657F;
}
.TagClassName
{
border-color: #CC657F;
}
</style>