Shades of Charm #CC6D8A
Tints of Charm #CC6D8A
RGB
CMYK
RGB Variations
Color information
#CC6D8A (or 0xCC6D8A) is known color: Charm. HEX triplet: CC, 6D and 8A. RGB value is (204,109,138). Sum of RGB (Red+Green+Blue) = 204+109+138=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D8A is #339275. Grayscale: #8C8C8C. Windows color (decimal): -3379830 or 9072076. OLE color: 9072076.
HSL color Cylindrical-coordinate representation of color #CC6D8A: hue angle of 341.68º 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 #CC6D8A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 138 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.2 |
| HSL | 341.68º | 0.48% | 0.61% | - |
| HSV(B) | 341.68º | 0.47% | 0.8% | - |
| XYZ | 34.96 | 25.61 | 27.15 | - |
| YUV | 140.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 138 | 0 | 0.47 | 0.32 | 0.2 | 341.68 | 0.48 | 0.61 |
| Hex | CC | 6D | 8A | 0 | 2F | 20 | 14 | 156 | 30 | 3D |
| Octal | 314 | 155 | 212 | 0 | 57 | 40 | 24 | 526 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10001010 | 0 | 101111 | 100000 | 10100 | 101010110 | 110000 | 111101 |
Color Harmonies of #CC6D8A
Complementary color
Monochromatic Colors of #CC6D8A
Black with #CC6D8A
Text Example
Text Example
White with #CC6D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D8A; }
p { color: rgb(204,109,138); }
H1.HeaderClassName
{
color: #CC6D8A;
}
.AnyTagClassName
{
color: #CC6D8A;
}
</style>
background-color css
<style>
a { background-color: #CC6D8A; }
a { background-color: rgb(204,109,138); }
div.DivClassName
{
background-color: #CC6D8A;
}
.BgClassName
{
background-color: #CC6D8A;
}
</style>
border-color css
<style>
span { border-color: #CC6D8A; }
span { border-color: rgb(204,109,138); }
td.TdClassName
{
border-color: #CC6D8A;
}
.TagClassName
{
border-color: #CC6D8A;
}
</style>