Shades of Charm #CC767A
Tints of Charm #CC767A
RGB
CMYK
RGB Variations
Color information
#CC767A (or 0xCC767A) is known color: Charm. HEX triplet: CC, 76 and 7A. RGB value is (204,118,122). Sum of RGB (Red+Green+Blue) = 204+118+122=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767A is #338985. Grayscale: #909090. Windows color (decimal): -3377542 or 8025804. OLE color: 8025804.
HSL color Cylindrical-coordinate representation of color #CC767A: hue angle of 357.21º 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 #CC767A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 122 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.2 |
| HSL | 357.21º | 0.46% | 0.63% | - |
| HSV(B) | 357.21º | 0.42% | 0.8% | - |
| XYZ | 34.89 | 27.2 | 21.82 | - |
| YUV | 144.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 122 | 0 | 0.42 | 0.40 | 0.2 | 357.21 | 0.46 | 0.63 |
| Hex | CC | 76 | 7A | 0 | 2A | 28 | 14 | 165 | 2E | 3F |
| Octal | 314 | 166 | 172 | 0 | 52 | 50 | 24 | 545 | 56 | 77 |
| Binary | 11001100 | 1110110 | 1111010 | 0 | 101010 | 101000 | 10100 | 101100101 | 101110 | 111111 |
Color Harmonies of #CC767A
Complementary color
Monochromatic Colors of #CC767A
Black with #CC767A
Text Example
Text Example
White with #CC767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC767A; }
p { color: rgb(204,118,122); }
H1.HeaderClassName
{
color: #CC767A;
}
.AnyTagClassName
{
color: #CC767A;
}
</style>
background-color css
<style>
a { background-color: #CC767A; }
a { background-color: rgb(204,118,122); }
div.DivClassName
{
background-color: #CC767A;
}
.BgClassName
{
background-color: #CC767A;
}
</style>
border-color css
<style>
span { border-color: #CC767A; }
span { border-color: rgb(204,118,122); }
td.TdClassName
{
border-color: #CC767A;
}
.TagClassName
{
border-color: #CC767A;
}
</style>