Html Css Color HEX #D0697C Charm

📋 copy color: '#D0697C'

red 208 ◦ green 105 ◦ blue 124

#D0697C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D0697C

Tints of Charm #D0697C

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 47.6%
G = 24.03%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0697C (or 0xD0697C) is known color: Charm. HEX triplet: D0, 69 and 7C. RGB value is (208,105,124). Sum of RGB (Red+Green+Blue) = 208+105+124=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0697C is #2F9683. Grayscale: #898989. Windows color (decimal): -3118724 or 8153552. OLE color: 8153552.

HSL color Cylindrical-coordinate representation of color #D0697C: hue angle of 348.93º 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 #D0697C is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 124 -
CMYK 0 0.50 0.40 0.18
HSL 348.93º 0.52% 0.61% -
HSV(B) 348.93º 0.5% 0.82% -
XYZ 34.7 24.97 22.06 -
YUV 137.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 208 105 124 0 0.50 0.40 0.18 348.93 0.52 0.61
Hex D0 69 7C 0 32 28 12 15D 34 3D
Octal 320 151 174 0 62 50 22 535 64 75
Binary 11010000 1101001 1111100 0 110010 101000 10010 101011101 110100 111101

Color Harmonies of #D0697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0697C

Black with #D0697C

Text Example


Text Example

White with #D0697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0697C; }

 p { color: rgb(208,105,124); }

 H1.HeaderClassName
 {
   color: #D0697C;
 }
 .AnyTagClassName
 {
   color: #D0697C;
 }
</style>

background-color css

<style>
 a { background-color: #D0697C; }

 a { background-color: rgb(208,105,124); }

 div.DivClassName
 {
   background-color: #D0697C;
 }
 .BgClassName
 {
   background-color: #D0697C;
 }
</style>

border-color css

<style>
 span { border-color: #D0697C; }

 span { border-color: rgb(208,105,124); }

 td.TdClassName
 {
   border-color: #D0697C;
 }
 .TagClassName
 {
   border-color: #D0697C;
 }
</style>