Html Css Color HEX #D48394 Can Can

📋 copy color: '#D48394'

red 212 ◦ green 131 ◦ blue 148

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

Shades of Can Can #D48394

Tints of Can Can #D48394

RGB

 RED value IS 212 (83.2% from 255) = 43.18%

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 43.18%
G = 26.68%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D48394 (or 0xD48394) is known color: Can Can. HEX triplet: D4, 83 and 94. RGB value is (212,131,148). Sum of RGB (Red+Green+Blue) = 212+131+148=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48394 is #2B7C6B. Grayscale: #9D9D9D. Windows color (decimal): -2849900 or 9733076. OLE color: 9733076.

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

Color convert

RGB 212 131 148 -
CMYK 0 0.38 0.30 0.17
HSL 347.41º 0.49% 0.67% -
HSV(B) 347.41º 0.38% 0.83% -
XYZ 40.61 32.37 32.12 -
YUV 157.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 212 131 148 0 0.38 0.30 0.17 347.41 0.49 0.67
Hex D4 83 94 0 26 1E 11 15B 31 43
Octal 324 203 224 0 46 36 21 533 61 103
Binary 11010100 10000011 10010100 0 100110 11110 10001 101011011 110001 1000011

Color Harmonies of #D48394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48394

Black with #D48394

Text Example


Text Example

White with #D48394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48394; }

 p { color: rgb(212,131,148); }

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

background-color css

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

 a { background-color: rgb(212,131,148); }

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

border-color css

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

 span { border-color: rgb(212,131,148); }

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