Shades of Charm #CC6982
Tints of Charm #CC6982
RGB
CMYK
RGB Variations
Color information
#CC6982 (or 0xCC6982) is known color: Charm. HEX triplet: CC, 69 and 82. RGB value is (204,105,130). Sum of RGB (Red+Green+Blue) = 204+105+130=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6982 is #33967D. Grayscale: #898989. Windows color (decimal): -3380862 or 8546764. OLE color: 8546764.
HSL color Cylindrical-coordinate representation of color #CC6982: hue angle of 344.85º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6982 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 130 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.2 |
| HSL | 344.85º | 0.49% | 0.61% | - |
| HSV(B) | 344.85º | 0.49% | 0.8% | - |
| XYZ | 33.98 | 24.55 | 24.07 | - |
| YUV | 137.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 130 | 0 | 0.49 | 0.36 | 0.2 | 344.85 | 0.49 | 0.61 |
| Hex | CC | 69 | 82 | 0 | 31 | 24 | 14 | 159 | 31 | 3D |
| Octal | 314 | 151 | 202 | 0 | 61 | 44 | 24 | 531 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10000010 | 0 | 110001 | 100100 | 10100 | 101011001 | 110001 | 111101 |
Color Harmonies of #CC6982
Complementary color
Monochromatic Colors of #CC6982
Black with #CC6982
Text Example
Text Example
White with #CC6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6982; }
p { color: rgb(204,105,130); }
H1.HeaderClassName
{
color: #CC6982;
}
.AnyTagClassName
{
color: #CC6982;
}
</style>
background-color css
<style>
a { background-color: #CC6982; }
a { background-color: rgb(204,105,130); }
div.DivClassName
{
background-color: #CC6982;
}
.BgClassName
{
background-color: #CC6982;
}
</style>
border-color css
<style>
span { border-color: #CC6982; }
span { border-color: rgb(204,105,130); }
td.TdClassName
{
border-color: #CC6982;
}
.TagClassName
{
border-color: #CC6982;
}
</style>