Shades of Charm #CC687A
Tints of Charm #CC687A
RGB
CMYK
RGB Variations
Color information
#CC687A (or 0xCC687A) is known color: Charm. HEX triplet: CC, 68 and 7A. RGB value is (204,104,122). Sum of RGB (Red+Green+Blue) = 204+104+122=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC687A is #339785. Grayscale: #878787. Windows color (decimal): -3381126 or 8022220. OLE color: 8022220.
HSL color Cylindrical-coordinate representation of color #CC687A: hue angle of 349.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC687A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 122 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.2 |
| HSL | 349.2º | 0.5% | 0.6% | - |
| HSV(B) | 349.2º | 0.49% | 0.8% | - |
| XYZ | 33.37 | 24.14 | 21.31 | - |
| YUV | 135.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 122 | 0 | 0.49 | 0.40 | 0.2 | 349.2 | 0.5 | 0.6 |
| Hex | CC | 68 | 7A | 0 | 31 | 28 | 14 | 15D | 32 | 3C |
| Octal | 314 | 150 | 172 | 0 | 61 | 50 | 24 | 535 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1111010 | 0 | 110001 | 101000 | 10100 | 101011101 | 110010 | 111100 |
Color Harmonies of #CC687A
Complementary color
Monochromatic Colors of #CC687A
Black with #CC687A
Text Example
Text Example
White with #CC687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC687A; }
p { color: rgb(204,104,122); }
H1.HeaderClassName
{
color: #CC687A;
}
.AnyTagClassName
{
color: #CC687A;
}
</style>
background-color css
<style>
a { background-color: #CC687A; }
a { background-color: rgb(204,104,122); }
div.DivClassName
{
background-color: #CC687A;
}
.BgClassName
{
background-color: #CC687A;
}
</style>
border-color css
<style>
span { border-color: #CC687A; }
span { border-color: rgb(204,104,122); }
td.TdClassName
{
border-color: #CC687A;
}
.TagClassName
{
border-color: #CC687A;
}
</style>