Shades of Charm #CC6C8A
Tints of Charm #CC6C8A
RGB
CMYK
RGB Variations
Color information
#CC6C8A (or 0xCC6C8A) is known color: Charm. HEX triplet: CC, 6C and 8A. RGB value is (204,108,138). Sum of RGB (Red+Green+Blue) = 204+108+138=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C8A is #339375. Grayscale: #8C8C8C. Windows color (decimal): -3380086 or 9071820. OLE color: 9071820.
HSL color Cylindrical-coordinate representation of color #CC6C8A: hue angle of 341.25º 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 #CC6C8A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 138 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.2 |
| HSL | 341.25º | 0.48% | 0.61% | - |
| HSV(B) | 341.25º | 0.47% | 0.8% | - |
| XYZ | 34.85 | 25.4 | 27.11 | - |
| YUV | 140.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 138 | 0 | 0.47 | 0.32 | 0.2 | 341.25 | 0.48 | 0.61 |
| Hex | CC | 6C | 8A | 0 | 2F | 20 | 14 | 155 | 30 | 3D |
| Octal | 314 | 154 | 212 | 0 | 57 | 40 | 24 | 525 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10001010 | 0 | 101111 | 100000 | 10100 | 101010101 | 110000 | 111101 |
Color Harmonies of #CC6C8A
Complementary color
Monochromatic Colors of #CC6C8A
Black with #CC6C8A
Text Example
Text Example
White with #CC6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C8A; }
p { color: rgb(204,108,138); }
H1.HeaderClassName
{
color: #CC6C8A;
}
.AnyTagClassName
{
color: #CC6C8A;
}
</style>
background-color css
<style>
a { background-color: #CC6C8A; }
a { background-color: rgb(204,108,138); }
div.DivClassName
{
background-color: #CC6C8A;
}
.BgClassName
{
background-color: #CC6C8A;
}
</style>
border-color css
<style>
span { border-color: #CC6C8A; }
span { border-color: rgb(204,108,138); }
td.TdClassName
{
border-color: #CC6C8A;
}
.TagClassName
{
border-color: #CC6C8A;
}
</style>