Shades of Charm #CC6F7D
Tints of Charm #CC6F7D
RGB
CMYK
RGB Variations
Color information
#CC6F7D (or 0xCC6F7D) is known color: Charm. HEX triplet: CC, 6F and 7D. RGB value is (204,111,125). Sum of RGB (Red+Green+Blue) = 204+111+125=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F7D is #339082. Grayscale: #8C8C8C. Windows color (decimal): -3379331 or 8220620. OLE color: 8220620.
HSL color Cylindrical-coordinate representation of color #CC6F7D: hue angle of 350.97º 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 #CC6F7D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 125 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.2 |
| HSL | 350.97º | 0.48% | 0.62% | - |
| HSV(B) | 350.97º | 0.46% | 0.8% | - |
| XYZ | 34.29 | 25.69 | 22.55 | - |
| YUV | 140.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 125 | 0 | 0.46 | 0.39 | 0.2 | 350.97 | 0.48 | 0.62 |
| Hex | CC | 6F | 7D | 0 | 2E | 27 | 14 | 15F | 30 | 3E |
| Octal | 314 | 157 | 175 | 0 | 56 | 47 | 24 | 537 | 60 | 76 |
| Binary | 11001100 | 1101111 | 1111101 | 0 | 101110 | 100111 | 10100 | 101011111 | 110000 | 111110 |
Color Harmonies of #CC6F7D
Complementary color
Monochromatic Colors of #CC6F7D
Black with #CC6F7D
Text Example
Text Example
White with #CC6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F7D; }
p { color: rgb(204,111,125); }
H1.HeaderClassName
{
color: #CC6F7D;
}
.AnyTagClassName
{
color: #CC6F7D;
}
</style>
background-color css
<style>
a { background-color: #CC6F7D; }
a { background-color: rgb(204,111,125); }
div.DivClassName
{
background-color: #CC6F7D;
}
.BgClassName
{
background-color: #CC6F7D;
}
</style>
border-color css
<style>
span { border-color: #CC6F7D; }
span { border-color: rgb(204,111,125); }
td.TdClassName
{
border-color: #CC6F7D;
}
.TagClassName
{
border-color: #CC6F7D;
}
</style>