Html Css Color HEX #D98994 Can Can

📋 copy color: '#D98994'

red 217 ◦ green 137 ◦ blue 148

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

Shades of Can Can #D98994

Tints of Can Can #D98994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.29%

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 43.23%
G = 27.29%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D98994 (or 0xD98994) is known color: Can Can. HEX triplet: D9, 89 and 94. RGB value is (217,137,148). Sum of RGB (Red+Green+Blue) = 217+137+148=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D98994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98994 is #26766B. Grayscale: #A2A2A2. Windows color (decimal): -2520684 or 9734617. OLE color: 9734617.

HSL color Cylindrical-coordinate representation of color #D98994: hue angle of 351.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98994 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 148 -
CMYK 0 0.37 0.32 0.15
HSL 351.75º 0.51% 0.69% -
HSV(B) 351.75º 0.37% 0.85% -
XYZ 42.91 34.78 32.47 -
YUV 162.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 217 137 148 0 0.37 0.32 0.15 351.75 0.51 0.69
Hex D9 89 94 0 25 20 F 160 33 45
Octal 331 211 224 0 45 40 17 540 63 105
Binary 11011001 10001001 10010100 0 100101 100000 1111 101100000 110011 1000101

Color Harmonies of #D98994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98994

Black with #D98994

Text Example


Text Example

White with #D98994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98994; }

 p { color: rgb(217,137,148); }

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

background-color css

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

 a { background-color: rgb(217,137,148); }

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

border-color css

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

 span { border-color: rgb(217,137,148); }

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