Shades of Charm #CC6B7E
Tints of Charm #CC6B7E
RGB
CMYK
RGB Variations
Color information
#CC6B7E (or 0xCC6B7E) is known color: Charm. HEX triplet: CC, 6B and 7E. RGB value is (204,107,126). Sum of RGB (Red+Green+Blue) = 204+107+126=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B7E is #339481. Grayscale: #8A8A8A. Windows color (decimal): -3380354 or 8285132. OLE color: 8285132.
HSL color Cylindrical-coordinate representation of color #CC6B7E: hue angle of 348.25º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B7E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 126 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.2 |
| HSL | 348.25º | 0.49% | 0.61% | - |
| HSV(B) | 348.25º | 0.48% | 0.8% | - |
| XYZ | 33.93 | 24.86 | 22.75 | - |
| YUV | 138.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 126 | 0 | 0.48 | 0.38 | 0.2 | 348.25 | 0.49 | 0.61 |
| Hex | CC | 6B | 7E | 0 | 30 | 26 | 14 | 15C | 31 | 3D |
| Octal | 314 | 153 | 176 | 0 | 60 | 46 | 24 | 534 | 61 | 75 |
| Binary | 11001100 | 1101011 | 1111110 | 0 | 110000 | 100110 | 10100 | 101011100 | 110001 | 111101 |
Color Harmonies of #CC6B7E
Complementary color
Monochromatic Colors of #CC6B7E
Black with #CC6B7E
Text Example
Text Example
White with #CC6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B7E; }
p { color: rgb(204,107,126); }
H1.HeaderClassName
{
color: #CC6B7E;
}
.AnyTagClassName
{
color: #CC6B7E;
}
</style>
background-color css
<style>
a { background-color: #CC6B7E; }
a { background-color: rgb(204,107,126); }
div.DivClassName
{
background-color: #CC6B7E;
}
.BgClassName
{
background-color: #CC6B7E;
}
</style>
border-color css
<style>
span { border-color: #CC6B7E; }
span { border-color: rgb(204,107,126); }
td.TdClassName
{
border-color: #CC6B7E;
}
.TagClassName
{
border-color: #CC6B7E;
}
</style>