Shades of Charm #CC708A
Tints of Charm #CC708A
RGB
CMYK
RGB Variations
Color information
#CC708A (or 0xCC708A) is known color: Charm. HEX triplet: CC, 70 and 8A. RGB value is (204,112,138). Sum of RGB (Red+Green+Blue) = 204+112+138=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708A is #338F75. Grayscale: #8E8E8E. Windows color (decimal): -3379062 or 9072844. OLE color: 9072844.
HSL color Cylindrical-coordinate representation of color #CC708A: hue angle of 343.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC708A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 138 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.2 |
| HSL | 343.04º | 0.47% | 0.62% | - |
| HSV(B) | 343.04º | 0.45% | 0.8% | - |
| XYZ | 35.28 | 26.26 | 27.25 | - |
| YUV | 142.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 138 | 0 | 0.45 | 0.32 | 0.2 | 343.04 | 0.47 | 0.62 |
| Hex | CC | 70 | 8A | 0 | 2D | 20 | 14 | 157 | 2F | 3E |
| Octal | 314 | 160 | 212 | 0 | 55 | 40 | 24 | 527 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10001010 | 0 | 101101 | 100000 | 10100 | 101010111 | 101111 | 111110 |
Color Harmonies of #CC708A
Complementary color
Monochromatic Colors of #CC708A
Black with #CC708A
Text Example
Text Example
White with #CC708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC708A; }
p { color: rgb(204,112,138); }
H1.HeaderClassName
{
color: #CC708A;
}
.AnyTagClassName
{
color: #CC708A;
}
</style>
background-color css
<style>
a { background-color: #CC708A; }
a { background-color: rgb(204,112,138); }
div.DivClassName
{
background-color: #CC708A;
}
.BgClassName
{
background-color: #CC708A;
}
</style>
border-color css
<style>
span { border-color: #CC708A; }
span { border-color: rgb(204,112,138); }
td.TdClassName
{
border-color: #CC708A;
}
.TagClassName
{
border-color: #CC708A;
}
</style>