Shades of Charm #CC7685
Tints of Charm #CC7685
RGB
CMYK
RGB Variations
Color information
#CC7685 (or 0xCC7685) is known color: Charm. HEX triplet: CC, 76 and 85. RGB value is (204,118,133). Sum of RGB (Red+Green+Blue) = 204+118+133=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7685 is #33897A. Grayscale: #919191. Windows color (decimal): -3377531 or 8746700. OLE color: 8746700.
HSL color Cylindrical-coordinate representation of color #CC7685: hue angle of 349.53º 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 #CC7685 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 133 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.2 |
| HSL | 349.53º | 0.46% | 0.63% | - |
| HSV(B) | 349.53º | 0.42% | 0.8% | - |
| XYZ | 35.61 | 27.49 | 25.62 | - |
| YUV | 145.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 133 | 0 | 0.42 | 0.35 | 0.2 | 349.53 | 0.46 | 0.63 |
| Hex | CC | 76 | 85 | 0 | 2A | 23 | 14 | 15E | 2E | 3F |
| Octal | 314 | 166 | 205 | 0 | 52 | 43 | 24 | 536 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10000101 | 0 | 101010 | 100011 | 10100 | 101011110 | 101110 | 111111 |
Color Harmonies of #CC7685
Complementary color
Monochromatic Colors of #CC7685
Black with #CC7685
Text Example
Text Example
White with #CC7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7685; }
p { color: rgb(204,118,133); }
H1.HeaderClassName
{
color: #CC7685;
}
.AnyTagClassName
{
color: #CC7685;
}
</style>
background-color css
<style>
a { background-color: #CC7685; }
a { background-color: rgb(204,118,133); }
div.DivClassName
{
background-color: #CC7685;
}
.BgClassName
{
background-color: #CC7685;
}
</style>
border-color css
<style>
span { border-color: #CC7685; }
span { border-color: rgb(204,118,133); }
td.TdClassName
{
border-color: #CC7685;
}
.TagClassName
{
border-color: #CC7685;
}
</style>