Shades of Charm #CC697F
Tints of Charm #CC697F
RGB
CMYK
RGB Variations
Color information
#CC697F (or 0xCC697F) is known color: Charm. HEX triplet: CC, 69 and 7F. RGB value is (204,105,127). Sum of RGB (Red+Green+Blue) = 204+105+127=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697F is #339680. Grayscale: #898989. Windows color (decimal): -3380865 or 8350156. OLE color: 8350156.
HSL color Cylindrical-coordinate representation of color #CC697F: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC697F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 127 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.2 |
| HSL | 346.67º | 0.49% | 0.61% | - |
| HSV(B) | 346.67º | 0.49% | 0.8% | - |
| XYZ | 33.78 | 24.47 | 23.02 | - |
| YUV | 137.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 127 | 0 | 0.49 | 0.38 | 0.2 | 346.67 | 0.49 | 0.61 |
| Hex | CC | 69 | 7F | 0 | 31 | 26 | 14 | 15B | 31 | 3D |
| Octal | 314 | 151 | 177 | 0 | 61 | 46 | 24 | 533 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1111111 | 0 | 110001 | 100110 | 10100 | 101011011 | 110001 | 111101 |
Color Harmonies of #CC697F
Complementary color
Monochromatic Colors of #CC697F
Black with #CC697F
Text Example
Text Example
White with #CC697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC697F; }
p { color: rgb(204,105,127); }
H1.HeaderClassName
{
color: #CC697F;
}
.AnyTagClassName
{
color: #CC697F;
}
</style>
background-color css
<style>
a { background-color: #CC697F; }
a { background-color: rgb(204,105,127); }
div.DivClassName
{
background-color: #CC697F;
}
.BgClassName
{
background-color: #CC697F;
}
</style>
border-color css
<style>
span { border-color: #CC697F; }
span { border-color: rgb(204,105,127); }
td.TdClassName
{
border-color: #CC697F;
}
.TagClassName
{
border-color: #CC697F;
}
</style>