Shades of Charm #CC7D83
Tints of Charm #CC7D83
RGB
CMYK
RGB Variations
Color information
#CC7D83 (or 0xCC7D83) is known color: Charm. HEX triplet: CC, 7D and 83. RGB value is (204,125,131). Sum of RGB (Red+Green+Blue) = 204+125+131=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D83 is #33827C. Grayscale: #959595. Windows color (decimal): -3375741 or 8617420. OLE color: 8617420.
HSL color Cylindrical-coordinate representation of color #CC7D83: hue angle of 355.44º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D83 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 131 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.2 |
| HSL | 355.44º | 0.44% | 0.65% | - |
| HSV(B) | 355.44º | 0.39% | 0.8% | - |
| XYZ | 36.33 | 29.14 | 25.18 | - |
| YUV | 149.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 131 | 0 | 0.39 | 0.36 | 0.2 | 355.44 | 0.44 | 0.65 |
| Hex | CC | 7D | 83 | 0 | 27 | 24 | 14 | 163 | 2C | 41 |
| Octal | 314 | 175 | 203 | 0 | 47 | 44 | 24 | 543 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10000011 | 0 | 100111 | 100100 | 10100 | 101100011 | 101100 | 1000001 |
Color Harmonies of #CC7D83
Complementary color
Monochromatic Colors of #CC7D83
Black with #CC7D83
Text Example
Text Example
White with #CC7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D83; }
p { color: rgb(204,125,131); }
H1.HeaderClassName
{
color: #CC7D83;
}
.AnyTagClassName
{
color: #CC7D83;
}
</style>
background-color css
<style>
a { background-color: #CC7D83; }
a { background-color: rgb(204,125,131); }
div.DivClassName
{
background-color: #CC7D83;
}
.BgClassName
{
background-color: #CC7D83;
}
</style>
border-color css
<style>
span { border-color: #CC7D83; }
span { border-color: rgb(204,125,131); }
td.TdClassName
{
border-color: #CC7D83;
}
.TagClassName
{
border-color: #CC7D83;
}
</style>