Shades of Charm #CC7783
Tints of Charm #CC7783
RGB
CMYK
RGB Variations
Color information
#CC7783 (or 0xCC7783) is known color: Charm. HEX triplet: CC, 77 and 83. RGB value is (204,119,131). Sum of RGB (Red+Green+Blue) = 204+119+131=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7783 is #33887C. Grayscale: #919191. Windows color (decimal): -3377277 or 8615884. OLE color: 8615884.
HSL color Cylindrical-coordinate representation of color #CC7783: hue angle of 351.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7783 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 131 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.2 |
| HSL | 351.53º | 0.45% | 0.63% | - |
| HSV(B) | 351.53º | 0.42% | 0.8% | - |
| XYZ | 35.6 | 27.67 | 24.94 | - |
| YUV | 145.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 131 | 0 | 0.42 | 0.36 | 0.2 | 351.53 | 0.45 | 0.63 |
| Hex | CC | 77 | 83 | 0 | 2A | 24 | 14 | 160 | 2D | 3F |
| Octal | 314 | 167 | 203 | 0 | 52 | 44 | 24 | 540 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10000011 | 0 | 101010 | 100100 | 10100 | 101100000 | 101101 | 111111 |
Color Harmonies of #CC7783
Complementary color
Monochromatic Colors of #CC7783
Black with #CC7783
Text Example
Text Example
White with #CC7783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7783; }
p { color: rgb(204,119,131); }
H1.HeaderClassName
{
color: #CC7783;
}
.AnyTagClassName
{
color: #CC7783;
}
</style>
background-color css
<style>
a { background-color: #CC7783; }
a { background-color: rgb(204,119,131); }
div.DivClassName
{
background-color: #CC7783;
}
.BgClassName
{
background-color: #CC7783;
}
</style>
border-color css
<style>
span { border-color: #CC7783; }
span { border-color: rgb(204,119,131); }
td.TdClassName
{
border-color: #CC7783;
}
.TagClassName
{
border-color: #CC7783;
}
</style>