Shades of Charm #CC748D
Tints of Charm #CC748D
RGB
CMYK
RGB Variations
Color information
#CC748D (or 0xCC748D) is known color: Charm. HEX triplet: CC, 74 and 8D. RGB value is (204,116,141). Sum of RGB (Red+Green+Blue) = 204+116+141=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC748D is #338B72. Grayscale: #919191. Windows color (decimal): -3378035 or 9270476. OLE color: 9270476.
HSL color Cylindrical-coordinate representation of color #CC748D: hue angle of 342.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC748D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 141 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.2 |
| HSL | 342.95º | 0.46% | 0.63% | - |
| HSV(B) | 342.95º | 0.43% | 0.8% | - |
| XYZ | 35.95 | 27.25 | 28.56 | - |
| YUV | 145.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 141 | 0 | 0.43 | 0.31 | 0.2 | 342.95 | 0.46 | 0.63 |
| Hex | CC | 74 | 8D | 0 | 2B | 1F | 14 | 157 | 2E | 3F |
| Octal | 314 | 164 | 215 | 0 | 53 | 37 | 24 | 527 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10001101 | 0 | 101011 | 11111 | 10100 | 101010111 | 101110 | 111111 |
Color Harmonies of #CC748D
Complementary color
Monochromatic Colors of #CC748D
Black with #CC748D
Text Example
Text Example
White with #CC748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC748D; }
p { color: rgb(204,116,141); }
H1.HeaderClassName
{
color: #CC748D;
}
.AnyTagClassName
{
color: #CC748D;
}
</style>
background-color css
<style>
a { background-color: #CC748D; }
a { background-color: rgb(204,116,141); }
div.DivClassName
{
background-color: #CC748D;
}
.BgClassName
{
background-color: #CC748D;
}
</style>
border-color css
<style>
span { border-color: #CC748D; }
span { border-color: rgb(204,116,141); }
td.TdClassName
{
border-color: #CC748D;
}
.TagClassName
{
border-color: #CC748D;
}
</style>