Shades of Charm #CC6F7E
Tints of Charm #CC6F7E
RGB
CMYK
RGB Variations
Color information
#CC6F7E (or 0xCC6F7E) is known color: Charm. HEX triplet: CC, 6F and 7E. RGB value is (204,111,126). Sum of RGB (Red+Green+Blue) = 204+111+126=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F7E is #339081. Grayscale: #8C8C8C. Windows color (decimal): -3379330 or 8286156. OLE color: 8286156.
HSL color Cylindrical-coordinate representation of color #CC6F7E: hue angle of 350.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F7E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 126 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.2 |
| HSL | 350.32º | 0.48% | 0.62% | - |
| HSV(B) | 350.32º | 0.46% | 0.8% | - |
| XYZ | 34.35 | 25.71 | 22.89 | - |
| YUV | 140.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 126 | 0 | 0.46 | 0.38 | 0.2 | 350.32 | 0.48 | 0.62 |
| Hex | CC | 6F | 7E | 0 | 2E | 26 | 14 | 15E | 30 | 3E |
| Octal | 314 | 157 | 176 | 0 | 56 | 46 | 24 | 536 | 60 | 76 |
| Binary | 11001100 | 1101111 | 1111110 | 0 | 101110 | 100110 | 10100 | 101011110 | 110000 | 111110 |
Color Harmonies of #CC6F7E
Complementary color
Monochromatic Colors of #CC6F7E
Black with #CC6F7E
Text Example
Text Example
White with #CC6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F7E; }
p { color: rgb(204,111,126); }
H1.HeaderClassName
{
color: #CC6F7E;
}
.AnyTagClassName
{
color: #CC6F7E;
}
</style>
background-color css
<style>
a { background-color: #CC6F7E; }
a { background-color: rgb(204,111,126); }
div.DivClassName
{
background-color: #CC6F7E;
}
.BgClassName
{
background-color: #CC6F7E;
}
</style>
border-color css
<style>
span { border-color: #CC6F7E; }
span { border-color: rgb(204,111,126); }
td.TdClassName
{
border-color: #CC6F7E;
}
.TagClassName
{
border-color: #CC6F7E;
}
</style>