Shades of Charm #CC6F7F
Tints of Charm #CC6F7F
RGB
CMYK
RGB Variations
Color information
#CC6F7F (or 0xCC6F7F) is known color: Charm. HEX triplet: CC, 6F and 7F. RGB value is (204,111,127). Sum of RGB (Red+Green+Blue) = 204+111+127=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F7F is #339080. Grayscale: #8C8C8C. Windows color (decimal): -3379329 or 8351692. OLE color: 8351692.
HSL color Cylindrical-coordinate representation of color #CC6F7F: hue angle of 349.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F7F is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 127 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.2 |
| HSL | 349.68º | 0.48% | 0.62% | - |
| HSV(B) | 349.68º | 0.46% | 0.8% | - |
| XYZ | 34.42 | 25.74 | 23.23 | - |
| YUV | 140.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 127 | 0 | 0.46 | 0.38 | 0.2 | 349.68 | 0.48 | 0.62 |
| Hex | CC | 6F | 7F | 0 | 2E | 26 | 14 | 15E | 30 | 3E |
| Octal | 314 | 157 | 177 | 0 | 56 | 46 | 24 | 536 | 60 | 76 |
| Binary | 11001100 | 1101111 | 1111111 | 0 | 101110 | 100110 | 10100 | 101011110 | 110000 | 111110 |
Color Harmonies of #CC6F7F
Complementary color
Monochromatic Colors of #CC6F7F
Black with #CC6F7F
Text Example
Text Example
White with #CC6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F7F; }
p { color: rgb(204,111,127); }
H1.HeaderClassName
{
color: #CC6F7F;
}
.AnyTagClassName
{
color: #CC6F7F;
}
</style>
background-color css
<style>
a { background-color: #CC6F7F; }
a { background-color: rgb(204,111,127); }
div.DivClassName
{
background-color: #CC6F7F;
}
.BgClassName
{
background-color: #CC6F7F;
}
</style>
border-color css
<style>
span { border-color: #CC6F7F; }
span { border-color: rgb(204,111,127); }
td.TdClassName
{
border-color: #CC6F7F;
}
.TagClassName
{
border-color: #CC6F7F;
}
</style>