Html Css Color HEX #D6808C Charm

📋 copy color: '#D6808C'

red 214 ◦ green 128 ◦ blue 140

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

Shades of Charm #D6808C

Tints of Charm #D6808C

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 44.4%
G = 26.56%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6808C (or 0xD6808C) is known color: Charm. HEX triplet: D6, 80 and 8C. RGB value is (214,128,140). Sum of RGB (Red+Green+Blue) = 214+128+140=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808C is #297F73. Grayscale: #9B9B9B. Windows color (decimal): -2719604 or 9208022. OLE color: 9208022.

HSL color Cylindrical-coordinate representation of color #D6808C: hue angle of 351.63º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6808C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 140 -
CMYK 0 0.40 0.35 0.16
HSL 351.63º 0.51% 0.67% -
HSV(B) 351.63º 0.4% 0.84% -
XYZ 40.18 31.63 28.8 -
YUV 155.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 214 128 140 0 0.40 0.35 0.16 351.63 0.51 0.67
Hex D6 80 8C 0 28 23 10 160 33 43
Octal 326 200 214 0 50 43 20 540 63 103
Binary 11010110 10000000 10001100 0 101000 100011 10000 101100000 110011 1000011

Color Harmonies of #D6808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6808C

Black with #D6808C

Text Example


Text Example

White with #D6808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6808C; }

 p { color: rgb(214,128,140); }

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

background-color css

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

 a { background-color: rgb(214,128,140); }

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

border-color css

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

 span { border-color: rgb(214,128,140); }

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