Html Css Color HEX #D48493 Can Can

📋 copy color: '#D48493'

red 212 ◦ green 132 ◦ blue 147

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

Shades of Can Can #D48493

Tints of Can Can #D48493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 43.18%
G = 26.88%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D48493 (or 0xD48493) is known color: Can Can. HEX triplet: D4, 84 and 93. RGB value is (212,132,147). Sum of RGB (Red+Green+Blue) = 212+132+147=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48493 is #2B7B6C. Grayscale: #9D9D9D. Windows color (decimal): -2849645 or 9667796. OLE color: 9667796.

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

Color convert

RGB 212 132 147 -
CMYK 0 0.38 0.31 0.17
HSL 348.75º 0.48% 0.67% -
HSV(B) 348.75º 0.38% 0.83% -
XYZ 40.67 32.61 31.75 -
YUV 157.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 212 132 147 0 0.38 0.31 0.17 348.75 0.48 0.67
Hex D4 84 93 0 26 1F 11 15D 30 43
Octal 324 204 223 0 46 37 21 535 60 103
Binary 11010100 10000100 10010011 0 100110 11111 10001 101011101 110000 1000011

Color Harmonies of #D48493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48493

Black with #D48493

Text Example


Text Example

White with #D48493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48493; }

 p { color: rgb(212,132,147); }

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

background-color css

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

 a { background-color: rgb(212,132,147); }

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

border-color css

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

 span { border-color: rgb(212,132,147); }

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