Shades of Charm #CC687B
Tints of Charm #CC687B
RGB
CMYK
RGB Variations
Color information
#CC687B (or 0xCC687B) is known color: Charm. HEX triplet: CC, 68 and 7B. RGB value is (204,104,123). Sum of RGB (Red+Green+Blue) = 204+104+123=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC687B is #339784. Grayscale: #888888. Windows color (decimal): -3381125 or 8087756. OLE color: 8087756.
HSL color Cylindrical-coordinate representation of color #CC687B: hue angle of 348.6º 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 #CC687B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 123 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.2 |
| HSL | 348.6º | 0.5% | 0.6% | - |
| HSV(B) | 348.6º | 0.49% | 0.8% | - |
| XYZ | 33.43 | 24.17 | 21.64 | - |
| YUV | 136.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 123 | 0 | 0.49 | 0.40 | 0.2 | 348.6 | 0.5 | 0.6 |
| Hex | CC | 68 | 7B | 0 | 31 | 28 | 14 | 15D | 32 | 3C |
| Octal | 314 | 150 | 173 | 0 | 61 | 50 | 24 | 535 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1111011 | 0 | 110001 | 101000 | 10100 | 101011101 | 110010 | 111100 |
Color Harmonies of #CC687B
Complementary color
Monochromatic Colors of #CC687B
Black with #CC687B
Text Example
Text Example
White with #CC687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC687B; }
p { color: rgb(204,104,123); }
H1.HeaderClassName
{
color: #CC687B;
}
.AnyTagClassName
{
color: #CC687B;
}
</style>
background-color css
<style>
a { background-color: #CC687B; }
a { background-color: rgb(204,104,123); }
div.DivClassName
{
background-color: #CC687B;
}
.BgClassName
{
background-color: #CC687B;
}
</style>
border-color css
<style>
span { border-color: #CC687B; }
span { border-color: rgb(204,104,123); }
td.TdClassName
{
border-color: #CC687B;
}
.TagClassName
{
border-color: #CC687B;
}
</style>