Shades of Charm #CC6C83
Tints of Charm #CC6C83
RGB
CMYK
RGB Variations
Color information
#CC6C83 (or 0xCC6C83) is known color: Charm. HEX triplet: CC, 6C and 83. RGB value is (204,108,131). Sum of RGB (Red+Green+Blue) = 204+108+131=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C83 is #33937C. Grayscale: #8B8B8B. Windows color (decimal): -3380093 or 8613068. OLE color: 8613068.
HSL color Cylindrical-coordinate representation of color #CC6C83: hue angle of 345.62º 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 #CC6C83 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 131 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.2 |
| HSL | 345.63º | 0.48% | 0.61% | - |
| HSV(B) | 345.63º | 0.47% | 0.8% | - |
| XYZ | 34.36 | 25.2 | 24.53 | - |
| YUV | 139.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 131 | 0 | 0.47 | 0.36 | 0.2 | 345.63 | 0.48 | 0.61 |
| Hex | CC | 6C | 83 | 0 | 2F | 24 | 14 | 15A | 30 | 3D |
| Octal | 314 | 154 | 203 | 0 | 57 | 44 | 24 | 532 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10000011 | 0 | 101111 | 100100 | 10100 | 101011010 | 110000 | 111101 |
Color Harmonies of #CC6C83
Complementary color
Monochromatic Colors of #CC6C83
Black with #CC6C83
Text Example
Text Example
White with #CC6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C83; }
p { color: rgb(204,108,131); }
H1.HeaderClassName
{
color: #CC6C83;
}
.AnyTagClassName
{
color: #CC6C83;
}
</style>
background-color css
<style>
a { background-color: #CC6C83; }
a { background-color: rgb(204,108,131); }
div.DivClassName
{
background-color: #CC6C83;
}
.BgClassName
{
background-color: #CC6C83;
}
</style>
border-color css
<style>
span { border-color: #CC6C83; }
span { border-color: rgb(204,108,131); }
td.TdClassName
{
border-color: #CC6C83;
}
.TagClassName
{
border-color: #CC6C83;
}
</style>