Shades of Charm #CC6A7F
Tints of Charm #CC6A7F
RGB
CMYK
RGB Variations
Color information
#CC6A7F (or 0xCC6A7F) is known color: Charm. HEX triplet: CC, 6A and 7F. RGB value is (204,106,127). Sum of RGB (Red+Green+Blue) = 204+106+127=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A7F is #339580. Grayscale: #898989. Windows color (decimal): -3380609 or 8350412. OLE color: 8350412.
HSL color Cylindrical-coordinate representation of color #CC6A7F: hue angle of 347.14º 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 #CC6A7F is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 127 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.2 |
| HSL | 347.14º | 0.49% | 0.61% | - |
| HSV(B) | 347.14º | 0.48% | 0.8% | - |
| XYZ | 33.89 | 24.68 | 23.06 | - |
| YUV | 137.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 127 | 0 | 0.48 | 0.38 | 0.2 | 347.14 | 0.49 | 0.61 |
| Hex | CC | 6A | 7F | 0 | 30 | 26 | 14 | 15B | 31 | 3D |
| Octal | 314 | 152 | 177 | 0 | 60 | 46 | 24 | 533 | 61 | 75 |
| Binary | 11001100 | 1101010 | 1111111 | 0 | 110000 | 100110 | 10100 | 101011011 | 110001 | 111101 |
Color Harmonies of #CC6A7F
Complementary color
Monochromatic Colors of #CC6A7F
Black with #CC6A7F
Text Example
Text Example
White with #CC6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A7F; }
p { color: rgb(204,106,127); }
H1.HeaderClassName
{
color: #CC6A7F;
}
.AnyTagClassName
{
color: #CC6A7F;
}
</style>
background-color css
<style>
a { background-color: #CC6A7F; }
a { background-color: rgb(204,106,127); }
div.DivClassName
{
background-color: #CC6A7F;
}
.BgClassName
{
background-color: #CC6A7F;
}
</style>
border-color css
<style>
span { border-color: #CC6A7F; }
span { border-color: rgb(204,106,127); }
td.TdClassName
{
border-color: #CC6A7F;
}
.TagClassName
{
border-color: #CC6A7F;
}
</style>