Html Css Color HEX #D48396 Can Can

📋 copy color: '#D48396'

red 212 ◦ green 131 ◦ blue 150

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

Shades of Can Can #D48396

Tints of Can Can #D48396

RGB

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

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

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

R = 43%
G = 26.57%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D48396 (or 0xD48396) is known color: Can Can. HEX triplet: D4, 83 and 96. RGB value is (212,131,150). Sum of RGB (Red+Green+Blue) = 212+131+150=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48396 is #2B7C69. Grayscale: #9D9D9D. Windows color (decimal): -2849898 or 9864148. OLE color: 9864148.

HSL color Cylindrical-coordinate representation of color #D48396: hue angle of 345.93º 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 #D48396 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 150 -
CMYK 0 0.38 0.29 0.17
HSL 345.93º 0.49% 0.67% -
HSV(B) 345.93º 0.38% 0.83% -
XYZ 40.77 32.43 32.97 -
YUV 157.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 212 131 150 0 0.38 0.29 0.17 345.93 0.49 0.67
Hex D4 83 96 0 26 1D 11 15A 31 43
Octal 324 203 226 0 46 35 21 532 61 103
Binary 11010100 10000011 10010110 0 100110 11101 10001 101011010 110001 1000011

Color Harmonies of #D48396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48396

Black with #D48396

Text Example


Text Example

White with #D48396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48396; }

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

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

background-color css

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

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

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

border-color css

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

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

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