Html Css Color HEX #D98495 Can Can

📋 copy color: '#D98495'

red 217 ◦ green 132 ◦ blue 149

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

Shades of Can Can #D98495

Tints of Can Can #D98495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.51%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 43.57%
G = 26.51%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D98495 (or 0xD98495) is known color: Can Can. HEX triplet: D9, 84 and 95. RGB value is (217,132,149). Sum of RGB (Red+Green+Blue) = 217+132+149=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D98495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98495 is #267B6A. Grayscale: #9F9F9F. Windows color (decimal): -2521963 or 9798873. OLE color: 9798873.

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

Color convert

RGB 217 132 149 -
CMYK 0 0.39 0.31 0.15
HSL 348º 0.53% 0.68% -
HSV(B) 348º 0.39% 0.85% -
XYZ 42.29 33.42 32.66 -
YUV 159.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 217 132 149 0 0.39 0.31 0.15 348 0.53 0.68
Hex D9 84 95 0 27 1F F 15C 35 44
Octal 331 204 225 0 47 37 17 534 65 104
Binary 11011001 10000100 10010101 0 100111 11111 1111 101011100 110101 1000100

Color Harmonies of #D98495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98495

Black with #D98495

Text Example


Text Example

White with #D98495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98495; }

 p { color: rgb(217,132,149); }

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

background-color css

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

 a { background-color: rgb(217,132,149); }

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

border-color css

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

 span { border-color: rgb(217,132,149); }

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