Shades of Charm #CC6D7D
Tints of Charm #CC6D7D
RGB
CMYK
RGB Variations
Color information
#CC6D7D (or 0xCC6D7D) is known color: Charm. HEX triplet: CC, 6D and 7D. RGB value is (204,109,125). Sum of RGB (Red+Green+Blue) = 204+109+125=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D7D is #339282. Grayscale: #8B8B8B. Windows color (decimal): -3379843 or 8220108. OLE color: 8220108.
HSL color Cylindrical-coordinate representation of color #CC6D7D: hue angle of 349.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6D7D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 125 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.2 |
| HSL | 349.89º | 0.48% | 0.61% | - |
| HSV(B) | 349.89º | 0.47% | 0.8% | - |
| XYZ | 34.07 | 25.26 | 22.48 | - |
| YUV | 139.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 125 | 0 | 0.47 | 0.39 | 0.2 | 349.89 | 0.48 | 0.61 |
| Hex | CC | 6D | 7D | 0 | 2F | 27 | 14 | 15E | 30 | 3D |
| Octal | 314 | 155 | 175 | 0 | 57 | 47 | 24 | 536 | 60 | 75 |
| Binary | 11001100 | 1101101 | 1111101 | 0 | 101111 | 100111 | 10100 | 101011110 | 110000 | 111101 |
Color Harmonies of #CC6D7D
Complementary color
Monochromatic Colors of #CC6D7D
Black with #CC6D7D
Text Example
Text Example
White with #CC6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D7D; }
p { color: rgb(204,109,125); }
H1.HeaderClassName
{
color: #CC6D7D;
}
.AnyTagClassName
{
color: #CC6D7D;
}
</style>
background-color css
<style>
a { background-color: #CC6D7D; }
a { background-color: rgb(204,109,125); }
div.DivClassName
{
background-color: #CC6D7D;
}
.BgClassName
{
background-color: #CC6D7D;
}
</style>
border-color css
<style>
span { border-color: #CC6D7D; }
span { border-color: rgb(204,109,125); }
td.TdClassName
{
border-color: #CC6D7D;
}
.TagClassName
{
border-color: #CC6D7D;
}
</style>