Html Css Color HEX #D98296 Can Can

📋 copy color: '#D98296'

red 217 ◦ green 130 ◦ blue 150

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

Shades of Can Can #D98296

Tints of Can Can #D98296

RGB

 RED value IS 217 (85.16% from 255) = 43.66%

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

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 43.66%
G = 26.16%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D98296 (or 0xD98296) is known color: Can Can. HEX triplet: D9, 82 and 96. RGB value is (217,130,150). Sum of RGB (Red+Green+Blue) = 217+130+150=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98296 is #267D69. Grayscale: #9E9E9E. Windows color (decimal): -2522474 or 9863897. OLE color: 9863897.

HSL color Cylindrical-coordinate representation of color #D98296: hue angle of 346.21º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98296 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 150 -
CMYK 0 0.40 0.31 0.15
HSL 346.21º 0.53% 0.68% -
HSV(B) 346.21º 0.4% 0.85% -
XYZ 42.1 32.92 32.99 -
YUV 158.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 217 130 150 0 0.40 0.31 0.15 346.21 0.53 0.68
Hex D9 82 96 0 28 1F F 15A 35 44
Octal 331 202 226 0 50 37 17 532 65 104
Binary 11011001 10000010 10010110 0 101000 11111 1111 101011010 110101 1000100

Color Harmonies of #D98296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98296

Black with #D98296

Text Example


Text Example

White with #D98296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98296; }

 p { color: rgb(217,130,150); }

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

background-color css

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

 a { background-color: rgb(217,130,150); }

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

border-color css

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

 span { border-color: rgb(217,130,150); }

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