Shades of Charm #CC697D
Tints of Charm #CC697D
RGB
CMYK
RGB Variations
Color information
#CC697D (or 0xCC697D) is known color: Charm. HEX triplet: CC, 69 and 7D. RGB value is (204,105,125). Sum of RGB (Red+Green+Blue) = 204+105+125=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697D is #339682. Grayscale: #888888. Windows color (decimal): -3380867 or 8219084. OLE color: 8219084.
HSL color Cylindrical-coordinate representation of color #CC697D: hue angle of 347.88º 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 #CC697D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 125 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.2 |
| HSL | 347.88º | 0.49% | 0.61% | - |
| HSV(B) | 347.88º | 0.49% | 0.8% | - |
| XYZ | 33.66 | 24.42 | 22.34 | - |
| YUV | 136.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 125 | 0 | 0.49 | 0.39 | 0.2 | 347.88 | 0.49 | 0.61 |
| Hex | CC | 69 | 7D | 0 | 31 | 27 | 14 | 15C | 31 | 3D |
| Octal | 314 | 151 | 175 | 0 | 61 | 47 | 24 | 534 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1111101 | 0 | 110001 | 100111 | 10100 | 101011100 | 110001 | 111101 |
Color Harmonies of #CC697D
Complementary color
Monochromatic Colors of #CC697D
Black with #CC697D
Text Example
Text Example
White with #CC697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC697D; }
p { color: rgb(204,105,125); }
H1.HeaderClassName
{
color: #CC697D;
}
.AnyTagClassName
{
color: #CC697D;
}
</style>
background-color css
<style>
a { background-color: #CC697D; }
a { background-color: rgb(204,105,125); }
div.DivClassName
{
background-color: #CC697D;
}
.BgClassName
{
background-color: #CC697D;
}
</style>
border-color css
<style>
span { border-color: #CC697D; }
span { border-color: rgb(204,105,125); }
td.TdClassName
{
border-color: #CC697D;
}
.TagClassName
{
border-color: #CC697D;
}
</style>