Shades of Charm #CC6A7D
Tints of Charm #CC6A7D
RGB
CMYK
RGB Variations
Color information
#CC6A7D (or 0xCC6A7D) is known color: Charm. HEX triplet: CC, 6A and 7D. RGB value is (204,106,125). Sum of RGB (Red+Green+Blue) = 204+106+125=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A7D is #339582. Grayscale: #898989. Windows color (decimal): -3380611 or 8219340. OLE color: 8219340.
HSL color Cylindrical-coordinate representation of color #CC6A7D: hue angle of 348.37º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A7D is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 125 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.2 |
| HSL | 348.37º | 0.49% | 0.61% | - |
| HSV(B) | 348.37º | 0.48% | 0.8% | - |
| XYZ | 33.76 | 24.63 | 22.38 | - |
| YUV | 137.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 125 | 0 | 0.48 | 0.39 | 0.2 | 348.37 | 0.49 | 0.61 |
| Hex | CC | 6A | 7D | 0 | 30 | 27 | 14 | 15C | 31 | 3D |
| Octal | 314 | 152 | 175 | 0 | 60 | 47 | 24 | 534 | 61 | 75 |
| Binary | 11001100 | 1101010 | 1111101 | 0 | 110000 | 100111 | 10100 | 101011100 | 110001 | 111101 |
Color Harmonies of #CC6A7D
Complementary color
Monochromatic Colors of #CC6A7D
Black with #CC6A7D
Text Example
Text Example
White with #CC6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A7D; }
p { color: rgb(204,106,125); }
H1.HeaderClassName
{
color: #CC6A7D;
}
.AnyTagClassName
{
color: #CC6A7D;
}
</style>
background-color css
<style>
a { background-color: #CC6A7D; }
a { background-color: rgb(204,106,125); }
div.DivClassName
{
background-color: #CC6A7D;
}
.BgClassName
{
background-color: #CC6A7D;
}
</style>
border-color css
<style>
span { border-color: #CC6A7D; }
span { border-color: rgb(204,106,125); }
td.TdClassName
{
border-color: #CC6A7D;
}
.TagClassName
{
border-color: #CC6A7D;
}
</style>