Shades of Charm #CC657B
Tints of Charm #CC657B
RGB
CMYK
RGB Variations
Color information
#CC657B (or 0xCC657B) is known color: Charm. HEX triplet: CC, 65 and 7B. RGB value is (204,101,123). Sum of RGB (Red+Green+Blue) = 204+101+123=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC657B is #339A84. Grayscale: #868686. Windows color (decimal): -3381893 or 8086988. OLE color: 8086988.
HSL color Cylindrical-coordinate representation of color #CC657B: hue angle of 347.18º 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 #CC657B is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 123 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.2 |
| HSL | 347.18º | 0.5% | 0.6% | - |
| HSV(B) | 347.18º | 0.5% | 0.8% | - |
| XYZ | 33.13 | 23.57 | 21.54 | - |
| YUV | 134.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 123 | 0 | 0.50 | 0.40 | 0.2 | 347.18 | 0.5 | 0.6 |
| Hex | CC | 65 | 7B | 0 | 32 | 28 | 14 | 15B | 32 | 3C |
| Octal | 314 | 145 | 173 | 0 | 62 | 50 | 24 | 533 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1111011 | 0 | 110010 | 101000 | 10100 | 101011011 | 110010 | 111100 |
Color Harmonies of #CC657B
Complementary color
Monochromatic Colors of #CC657B
Black with #CC657B
Text Example
Text Example
White with #CC657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC657B; }
p { color: rgb(204,101,123); }
H1.HeaderClassName
{
color: #CC657B;
}
.AnyTagClassName
{
color: #CC657B;
}
</style>
background-color css
<style>
a { background-color: #CC657B; }
a { background-color: rgb(204,101,123); }
div.DivClassName
{
background-color: #CC657B;
}
.BgClassName
{
background-color: #CC657B;
}
</style>
border-color css
<style>
span { border-color: #CC657B; }
span { border-color: rgb(204,101,123); }
td.TdClassName
{
border-color: #CC657B;
}
.TagClassName
{
border-color: #CC657B;
}
</style>