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