Shades of Charm #CC6F81
Tints of Charm #CC6F81
RGB
CMYK
RGB Variations
Color information
#CC6F81 (or 0xCC6F81) is known color: Charm. HEX triplet: CC, 6F and 81. RGB value is (204,111,129). Sum of RGB (Red+Green+Blue) = 204+111+129=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F81 is #33907E. Grayscale: #8C8C8C. Windows color (decimal): -3379327 or 8482764. OLE color: 8482764.
HSL color Cylindrical-coordinate representation of color #CC6F81: hue angle of 348.39º 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 #CC6F81 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 129 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.2 |
| HSL | 348.39º | 0.48% | 0.62% | - |
| HSV(B) | 348.39º | 0.46% | 0.8% | - |
| XYZ | 34.55 | 25.79 | 23.93 | - |
| YUV | 140.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 129 | 0 | 0.46 | 0.37 | 0.2 | 348.39 | 0.48 | 0.62 |
| Hex | CC | 6F | 81 | 0 | 2E | 25 | 14 | 15C | 30 | 3E |
| Octal | 314 | 157 | 201 | 0 | 56 | 45 | 24 | 534 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10000001 | 0 | 101110 | 100101 | 10100 | 101011100 | 110000 | 111110 |
Color Harmonies of #CC6F81
Complementary color
Monochromatic Colors of #CC6F81
Black with #CC6F81
Text Example
Text Example
White with #CC6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F81; }
p { color: rgb(204,111,129); }
H1.HeaderClassName
{
color: #CC6F81;
}
.AnyTagClassName
{
color: #CC6F81;
}
</style>
background-color css
<style>
a { background-color: #CC6F81; }
a { background-color: rgb(204,111,129); }
div.DivClassName
{
background-color: #CC6F81;
}
.BgClassName
{
background-color: #CC6F81;
}
</style>
border-color css
<style>
span { border-color: #CC6F81; }
span { border-color: rgb(204,111,129); }
td.TdClassName
{
border-color: #CC6F81;
}
.TagClassName
{
border-color: #CC6F81;
}
</style>