Shades of Charm #CC767D
Tints of Charm #CC767D
RGB
CMYK
RGB Variations
Color information
#CC767D (or 0xCC767D) is known color: Charm. HEX triplet: CC, 76 and 7D. RGB value is (204,118,125). Sum of RGB (Red+Green+Blue) = 204+118+125=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767D is #338982. Grayscale: #909090. Windows color (decimal): -3377539 or 8222412. OLE color: 8222412.
HSL color Cylindrical-coordinate representation of color #CC767D: hue angle of 355.12º 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 #CC767D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 125 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.2 |
| HSL | 355.12º | 0.46% | 0.63% | - |
| HSV(B) | 355.12º | 0.42% | 0.8% | - |
| XYZ | 35.08 | 27.27 | 22.82 | - |
| YUV | 144.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 125 | 0 | 0.42 | 0.39 | 0.2 | 355.12 | 0.46 | 0.63 |
| Hex | CC | 76 | 7D | 0 | 2A | 27 | 14 | 163 | 2E | 3F |
| Octal | 314 | 166 | 175 | 0 | 52 | 47 | 24 | 543 | 56 | 77 |
| Binary | 11001100 | 1110110 | 1111101 | 0 | 101010 | 100111 | 10100 | 101100011 | 101110 | 111111 |
Color Harmonies of #CC767D
Complementary color
Monochromatic Colors of #CC767D
Black with #CC767D
Text Example
Text Example
White with #CC767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC767D; }
p { color: rgb(204,118,125); }
H1.HeaderClassName
{
color: #CC767D;
}
.AnyTagClassName
{
color: #CC767D;
}
</style>
background-color css
<style>
a { background-color: #CC767D; }
a { background-color: rgb(204,118,125); }
div.DivClassName
{
background-color: #CC767D;
}
.BgClassName
{
background-color: #CC767D;
}
</style>
border-color css
<style>
span { border-color: #CC767D; }
span { border-color: rgb(204,118,125); }
td.TdClassName
{
border-color: #CC767D;
}
.TagClassName
{
border-color: #CC767D;
}
</style>