Shades of Charm #CC7283
Tints of Charm #CC7283
RGB
CMYK
RGB Variations
Color information
#CC7283 (or 0xCC7283) is known color: Charm. HEX triplet: CC, 72 and 83. RGB value is (204,114,131). Sum of RGB (Red+Green+Blue) = 204+114+131=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7283 is #338D7C. Grayscale: #8E8E8E. Windows color (decimal): -3378557 or 8614604. OLE color: 8614604.
HSL color Cylindrical-coordinate representation of color #CC7283: hue angle of 348.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7283 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 131 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.2 |
| HSL | 348.67º | 0.47% | 0.62% | - |
| HSV(B) | 348.67º | 0.44% | 0.8% | - |
| XYZ | 35.02 | 26.51 | 24.74 | - |
| YUV | 142.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 131 | 0 | 0.44 | 0.36 | 0.2 | 348.67 | 0.47 | 0.62 |
| Hex | CC | 72 | 83 | 0 | 2C | 24 | 14 | 15D | 2F | 3E |
| Octal | 314 | 162 | 203 | 0 | 54 | 44 | 24 | 535 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10000011 | 0 | 101100 | 100100 | 10100 | 101011101 | 101111 | 111110 |
Color Harmonies of #CC7283
Complementary color
Monochromatic Colors of #CC7283
Black with #CC7283
Text Example
Text Example
White with #CC7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7283; }
p { color: rgb(204,114,131); }
H1.HeaderClassName
{
color: #CC7283;
}
.AnyTagClassName
{
color: #CC7283;
}
</style>
background-color css
<style>
a { background-color: #CC7283; }
a { background-color: rgb(204,114,131); }
div.DivClassName
{
background-color: #CC7283;
}
.BgClassName
{
background-color: #CC7283;
}
</style>
border-color css
<style>
span { border-color: #CC7283; }
span { border-color: rgb(204,114,131); }
td.TdClassName
{
border-color: #CC7283;
}
.TagClassName
{
border-color: #CC7283;
}
</style>