Shades of Charm #CC7383
Tints of Charm #CC7383
RGB
CMYK
RGB Variations
Color information
#CC7383 (or 0xCC7383) is known color: Charm. HEX triplet: CC, 73 and 83. RGB value is (204,115,131). Sum of RGB (Red+Green+Blue) = 204+115+131=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7383 is #338C7C. Grayscale: #8F8F8F. Windows color (decimal): -3378301 or 8614860. OLE color: 8614860.
HSL color Cylindrical-coordinate representation of color #CC7383: hue angle of 349.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7383 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 131 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.2 |
| HSL | 349.21º | 0.47% | 0.63% | - |
| HSV(B) | 349.21º | 0.44% | 0.8% | - |
| XYZ | 35.13 | 26.74 | 24.78 | - |
| YUV | 143.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 131 | 0 | 0.44 | 0.36 | 0.2 | 349.21 | 0.47 | 0.63 |
| Hex | CC | 73 | 83 | 0 | 2C | 24 | 14 | 15D | 2F | 3F |
| Octal | 314 | 163 | 203 | 0 | 54 | 44 | 24 | 535 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10000011 | 0 | 101100 | 100100 | 10100 | 101011101 | 101111 | 111111 |
Color Harmonies of #CC7383
Complementary color
Monochromatic Colors of #CC7383
Black with #CC7383
Text Example
Text Example
White with #CC7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7383; }
p { color: rgb(204,115,131); }
H1.HeaderClassName
{
color: #CC7383;
}
.AnyTagClassName
{
color: #CC7383;
}
</style>
background-color css
<style>
a { background-color: #CC7383; }
a { background-color: rgb(204,115,131); }
div.DivClassName
{
background-color: #CC7383;
}
.BgClassName
{
background-color: #CC7383;
}
</style>
border-color css
<style>
span { border-color: #CC7383; }
span { border-color: rgb(204,115,131); }
td.TdClassName
{
border-color: #CC7383;
}
.TagClassName
{
border-color: #CC7383;
}
</style>