Html Css Color HEX #D38994 Can Can

📋 copy color: '#D38994'

red 211 ◦ green 137 ◦ blue 148

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

Shades of Can Can #D38994

Tints of Can Can #D38994

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

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

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

R = 42.54%
G = 27.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D38994 (or 0xD38994) is known color: Can Can. HEX triplet: D3, 89 and 94. RGB value is (211,137,148). Sum of RGB (Red+Green+Blue) = 211+137+148=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D38994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38994 is #2C766B. Grayscale: #A0A0A0. Windows color (decimal): -2913900 or 9734611. OLE color: 9734611.

HSL color Cylindrical-coordinate representation of color #D38994: hue angle of 351.08º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38994 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 148 -
CMYK 0 0.35 0.30 0.17
HSL 351.08º 0.46% 0.68% -
HSV(B) 351.08º 0.35% 0.83% -
XYZ 41.15 33.88 32.39 -
YUV 160.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 211 137 148 0 0.35 0.30 0.17 351.08 0.46 0.68
Hex D3 89 94 0 23 1E 11 15F 2E 44
Octal 323 211 224 0 43 36 21 537 56 104
Binary 11010011 10001001 10010100 0 100011 11110 10001 101011111 101110 1000100

Color Harmonies of #D38994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38994

Black with #D38994

Text Example


Text Example

White with #D38994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38994; }

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

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

background-color css

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

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

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

border-color css

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

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

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