Shades of Charm #CC6C85
Tints of Charm #CC6C85
RGB
CMYK
RGB Variations
Color information
#CC6C85 (or 0xCC6C85) is known color: Charm. HEX triplet: CC, 6C and 85. RGB value is (204,108,133). Sum of RGB (Red+Green+Blue) = 204+108+133=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C85 is #33937A. Grayscale: #8B8B8B. Windows color (decimal): -3380091 or 8744140. OLE color: 8744140.
HSL color Cylindrical-coordinate representation of color #CC6C85: hue angle of 344.38º 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 #CC6C85 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 133 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.2 |
| HSL | 344.38º | 0.48% | 0.61% | - |
| HSV(B) | 344.38º | 0.47% | 0.8% | - |
| XYZ | 34.5 | 25.26 | 25.25 | - |
| YUV | 139.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 133 | 0 | 0.47 | 0.35 | 0.2 | 344.38 | 0.48 | 0.61 |
| Hex | CC | 6C | 85 | 0 | 2F | 23 | 14 | 158 | 30 | 3D |
| Octal | 314 | 154 | 205 | 0 | 57 | 43 | 24 | 530 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10000101 | 0 | 101111 | 100011 | 10100 | 101011000 | 110000 | 111101 |
Color Harmonies of #CC6C85
Complementary color
Monochromatic Colors of #CC6C85
Black with #CC6C85
Text Example
Text Example
White with #CC6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C85; }
p { color: rgb(204,108,133); }
H1.HeaderClassName
{
color: #CC6C85;
}
.AnyTagClassName
{
color: #CC6C85;
}
</style>
background-color css
<style>
a { background-color: #CC6C85; }
a { background-color: rgb(204,108,133); }
div.DivClassName
{
background-color: #CC6C85;
}
.BgClassName
{
background-color: #CC6C85;
}
</style>
border-color css
<style>
span { border-color: #CC6C85; }
span { border-color: rgb(204,108,133); }
td.TdClassName
{
border-color: #CC6C85;
}
.TagClassName
{
border-color: #CC6C85;
}
</style>