#D0697A

Color #D0697A Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D0697A

Tints of Charm #D0697A

Color information

#D0697A (or 0xD0697A) is unknown color: approx 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

RGB208105122-
CMYK00.500.410.18
HSL350.1º52.28%61.37%-
HSV(B)350.1º49.52%81.57%-
XYZ34.5824.9221.4-
YUV137.74119.12178.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=47.82%
G=24.14%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810512200.500.410.18350.152.2861.37
HexD0697A032291215e343d
Octal32015117206251225366475
Binary1101000011010011111010011001010100110010101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>