Shades of Charm #CC6E83
Tints of Charm #CC6E83
RGB
CMYK
RGB Variations
Color information
#CC6E83 (or 0xCC6E83) is known color: Charm. HEX triplet: CC, 6E and 83. RGB value is (204,110,131). Sum of RGB (Red+Green+Blue) = 204+110+131=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E83 is #33917C. Grayscale: #8C8C8C. Windows color (decimal): -3379581 or 8613580. OLE color: 8613580.
HSL color Cylindrical-coordinate representation of color #CC6E83: hue angle of 346.6º 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 #CC6E83 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 131 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.2 |
| HSL | 346.6º | 0.48% | 0.62% | - |
| HSV(B) | 346.6º | 0.46% | 0.8% | - |
| XYZ | 34.57 | 25.63 | 24.6 | - |
| YUV | 140.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 131 | 0 | 0.46 | 0.36 | 0.2 | 346.6 | 0.48 | 0.62 |
| Hex | CC | 6E | 83 | 0 | 2E | 24 | 14 | 15B | 30 | 3E |
| Octal | 314 | 156 | 203 | 0 | 56 | 44 | 24 | 533 | 60 | 76 |
| Binary | 11001100 | 1101110 | 10000011 | 0 | 101110 | 100100 | 10100 | 101011011 | 110000 | 111110 |
Color Harmonies of #CC6E83
Complementary color
Monochromatic Colors of #CC6E83
Black with #CC6E83
Text Example
Text Example
White with #CC6E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E83; }
p { color: rgb(204,110,131); }
H1.HeaderClassName
{
color: #CC6E83;
}
.AnyTagClassName
{
color: #CC6E83;
}
</style>
background-color css
<style>
a { background-color: #CC6E83; }
a { background-color: rgb(204,110,131); }
div.DivClassName
{
background-color: #CC6E83;
}
.BgClassName
{
background-color: #CC6E83;
}
</style>
border-color css
<style>
span { border-color: #CC6E83; }
span { border-color: rgb(204,110,131); }
td.TdClassName
{
border-color: #CC6E83;
}
.TagClassName
{
border-color: #CC6E83;
}
</style>