Shades of Charm #CC697A
Tints of Charm #CC697A
RGB
CMYK
RGB Variations
Color information
#CC697A (or 0xCC697A) is known color: Charm. HEX triplet: CC, 69 and 7A. RGB value is (204,105,122). Sum of RGB (Red+Green+Blue) = 204+105+122=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697A is #339685. Grayscale: #888888. Windows color (decimal): -3380870 or 8022476. OLE color: 8022476.
HSL color Cylindrical-coordinate representation of color #CC697A: hue angle of 349.7º 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 #CC697A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 122 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.2 |
| HSL | 349.7º | 0.49% | 0.61% | - |
| HSV(B) | 349.7º | 0.49% | 0.8% | - |
| XYZ | 33.47 | 24.35 | 21.35 | - |
| YUV | 136.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 122 | 0 | 0.49 | 0.40 | 0.2 | 349.7 | 0.49 | 0.61 |
| Hex | CC | 69 | 7A | 0 | 31 | 28 | 14 | 15E | 31 | 3D |
| Octal | 314 | 151 | 172 | 0 | 61 | 50 | 24 | 536 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1111010 | 0 | 110001 | 101000 | 10100 | 101011110 | 110001 | 111101 |
Color Harmonies of #CC697A
Complementary color
Monochromatic Colors of #CC697A
Black with #CC697A
Text Example
Text Example
White with #CC697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC697A; }
p { color: rgb(204,105,122); }
H1.HeaderClassName
{
color: #CC697A;
}
.AnyTagClassName
{
color: #CC697A;
}
</style>
background-color css
<style>
a { background-color: #CC697A; }
a { background-color: rgb(204,105,122); }
div.DivClassName
{
background-color: #CC697A;
}
.BgClassName
{
background-color: #CC697A;
}
</style>
border-color css
<style>
span { border-color: #CC697A; }
span { border-color: rgb(204,105,122); }
td.TdClassName
{
border-color: #CC697A;
}
.TagClassName
{
border-color: #CC697A;
}
</style>