Html Css Color HEX #D0697B Charm

📋 copy color: '#D0697B'

red 208 ◦ green 105 ◦ blue 123

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

Shades of Charm #D0697B

Tints of Charm #D0697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 47.71%
G = 24.08%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0697B (or 0xD0697B) is known color: Charm. HEX triplet: D0, 69 and 7B. RGB value is (208,105,123). Sum of RGB (Red+Green+Blue) = 208+105+123=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0697B is #2F9684. Grayscale: #898989. Windows color (decimal): -3118725 or 8088016. OLE color: 8088016.

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

Color convert

RGB 208 105 123 -
CMYK 0 0.50 0.41 0.18
HSL 349.51º 0.52% 0.61% -
HSV(B) 349.51º 0.5% 0.82% -
XYZ 34.64 24.94 21.73 -
YUV 137.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 208 105 123 0 0.50 0.41 0.18 349.51 0.52 0.61
Hex D0 69 7B 0 32 29 12 15E 34 3D
Octal 320 151 173 0 62 51 22 536 64 75
Binary 11010000 1101001 1111011 0 110010 101001 10010 101011110 110100 111101

Color Harmonies of #D0697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0697B

Black with #D0697B

Text Example


Text Example

White with #D0697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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