Shades of Charm #CC677A
Tints of Charm #CC677A
RGB
CMYK
RGB Variations
Color information
#CC677A (or 0xCC677A) is known color: Charm. HEX triplet: CC, 67 and 7A. RGB value is (204,103,122). Sum of RGB (Red+Green+Blue) = 204+103+122=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC677A is #339885. Grayscale: #878787. Windows color (decimal): -3381382 or 8021964. OLE color: 8021964.
HSL color Cylindrical-coordinate representation of color #CC677A: hue angle of 348.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC677A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 122 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.2 |
| HSL | 348.71º | 0.5% | 0.6% | - |
| HSV(B) | 348.71º | 0.5% | 0.8% | - |
| XYZ | 33.26 | 23.94 | 21.28 | - |
| YUV | 135.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 122 | 0 | 0.50 | 0.40 | 0.2 | 348.71 | 0.5 | 0.6 |
| Hex | CC | 67 | 7A | 0 | 32 | 28 | 14 | 15D | 32 | 3C |
| Octal | 314 | 147 | 172 | 0 | 62 | 50 | 24 | 535 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1111010 | 0 | 110010 | 101000 | 10100 | 101011101 | 110010 | 111100 |
Color Harmonies of #CC677A
Complementary color
Monochromatic Colors of #CC677A
Black with #CC677A
Text Example
Text Example
White with #CC677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC677A; }
p { color: rgb(204,103,122); }
H1.HeaderClassName
{
color: #CC677A;
}
.AnyTagClassName
{
color: #CC677A;
}
</style>
background-color css
<style>
a { background-color: #CC677A; }
a { background-color: rgb(204,103,122); }
div.DivClassName
{
background-color: #CC677A;
}
.BgClassName
{
background-color: #CC677A;
}
</style>
border-color css
<style>
span { border-color: #CC677A; }
span { border-color: rgb(204,103,122); }
td.TdClassName
{
border-color: #CC677A;
}
.TagClassName
{
border-color: #CC677A;
}
</style>