Html Css Color HEX #D68286 Charm

📋 copy color: '#D68286'

red 214 ◦ green 130 ◦ blue 134

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

Shades of Charm #D68286

Tints of Charm #D68286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 44.77%
G = 27.2%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68286 (or 0xD68286) is known color: Charm. HEX triplet: D6, 82 and 86. RGB value is (214,130,134). Sum of RGB (Red+Green+Blue) = 214+130+134=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68286 is #297D79. Grayscale: #9B9B9B. Windows color (decimal): -2719098 or 8815318. OLE color: 8815318.

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

Color convert

RGB 214 130 134 -
CMYK 0 0.39 0.37 0.16
HSL 357.14º 0.51% 0.67% -
HSV(B) 357.14º 0.39% 0.84% -
XYZ 40.02 31.98 26.62 -
YUV 155.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 214 130 134 0 0.39 0.37 0.16 357.14 0.51 0.67
Hex D6 82 86 0 27 25 10 165 33 43
Octal 326 202 206 0 47 45 20 545 63 103
Binary 11010110 10000010 10000110 0 100111 100101 10000 101100101 110011 1000011

Color Harmonies of #D68286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68286

Black with #D68286

Text Example


Text Example

White with #D68286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68286; }

 p { color: rgb(214,130,134); }

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

background-color css

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

 a { background-color: rgb(214,130,134); }

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

border-color css

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

 span { border-color: rgb(214,130,134); }

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