Shades of Charm #CC767F
Tints of Charm #CC767F
RGB
CMYK
RGB Variations
Color information
#CC767F (or 0xCC767F) is known color: Charm. HEX triplet: CC, 76 and 7F. RGB value is (204,118,127). Sum of RGB (Red+Green+Blue) = 204+118+127=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767F is #338980. Grayscale: #909090. Windows color (decimal): -3377537 or 8353484. OLE color: 8353484.
HSL color Cylindrical-coordinate representation of color #CC767F: hue angle of 353.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC767F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 127 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.2 |
| HSL | 353.72º | 0.46% | 0.63% | - |
| HSV(B) | 353.72º | 0.42% | 0.8% | - |
| XYZ | 35.21 | 27.33 | 23.5 | - |
| YUV | 144.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 127 | 0 | 0.42 | 0.38 | 0.2 | 353.72 | 0.46 | 0.63 |
| Hex | CC | 76 | 7F | 0 | 2A | 26 | 14 | 162 | 2E | 3F |
| Octal | 314 | 166 | 177 | 0 | 52 | 46 | 24 | 542 | 56 | 77 |
| Binary | 11001100 | 1110110 | 1111111 | 0 | 101010 | 100110 | 10100 | 101100010 | 101110 | 111111 |
Color Harmonies of #CC767F
Complementary color
Monochromatic Colors of #CC767F
Black with #CC767F
Text Example
Text Example
White with #CC767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC767F; }
p { color: rgb(204,118,127); }
H1.HeaderClassName
{
color: #CC767F;
}
.AnyTagClassName
{
color: #CC767F;
}
</style>
background-color css
<style>
a { background-color: #CC767F; }
a { background-color: rgb(204,118,127); }
div.DivClassName
{
background-color: #CC767F;
}
.BgClassName
{
background-color: #CC767F;
}
</style>
border-color css
<style>
span { border-color: #CC767F; }
span { border-color: rgb(204,118,127); }
td.TdClassName
{
border-color: #CC767F;
}
.TagClassName
{
border-color: #CC767F;
}
</style>