Shades of Charm #D0697A
Tints of Charm #D0697A
RGB
CMYK
RGB Variations
Color information
#D0697A (or 0xD0697A) is known color: Charm. HEX triplet: D0, 69 and 7A. RGB value is (208,105,122). Sum of RGB (Red+Green+Blue) = 208+105+122=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0697A is #2F9685. Grayscale: #898989. Windows color (decimal): -3118726 or 8022480. OLE color: 8022480.
HSL color Cylindrical-coordinate representation of color #D0697A: hue angle of 350.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0697A is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 122 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.18 |
| HSL | 350.1º | 0.52% | 0.61% | - |
| HSV(B) | 350.1º | 0.5% | 0.82% | - |
| XYZ | 34.58 | 24.92 | 21.4 | - |
| YUV | 137.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 122 | 0 | 0.50 | 0.41 | 0.18 | 350.1 | 0.52 | 0.61 |
| Hex | D0 | 69 | 7A | 0 | 32 | 29 | 12 | 15E | 34 | 3D |
| Octal | 320 | 151 | 172 | 0 | 62 | 51 | 22 | 536 | 64 | 75 |
| Binary | 11010000 | 1101001 | 1111010 | 0 | 110010 | 101001 | 10010 | 101011110 | 110100 | 111101 |
Color Harmonies of #D0697A
Complementary color
Monochromatic Colors of #D0697A
Black with #D0697A
Text Example
Text Example
White with #D0697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0697A; }
p { color: rgb(208,105,122); }
H1.HeaderClassName
{
color: #D0697A;
}
.AnyTagClassName
{
color: #D0697A;
}
</style>
background-color css
<style>
a { background-color: #D0697A; }
a { background-color: rgb(208,105,122); }
div.DivClassName
{
background-color: #D0697A;
}
.BgClassName
{
background-color: #D0697A;
}
</style>
border-color css
<style>
span { border-color: #D0697A; }
span { border-color: rgb(208,105,122); }
td.TdClassName
{
border-color: #D0697A;
}
.TagClassName
{
border-color: #D0697A;
}
</style>