Html Css Color HEX #D48595 Can Can

📋 copy color: '#D48595'

red 212 ◦ green 133 ◦ blue 149

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

Shades of Can Can #D48595

Tints of Can Can #D48595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 42.91%
G = 26.92%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D48595 (or 0xD48595) is known color: Can Can. HEX triplet: D4, 85 and 95. RGB value is (212,133,149). Sum of RGB (Red+Green+Blue) = 212+133+149=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D48595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48595 is #2B7A6A. Grayscale: #9E9E9E. Windows color (decimal): -2849387 or 9799124. OLE color: 9799124.

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

Color convert

RGB 212 133 149 -
CMYK 0 0.37 0.30 0.17
HSL 347.85º 0.48% 0.68% -
HSV(B) 347.85º 0.37% 0.83% -
XYZ 40.96 32.94 32.63 -
YUV 158.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 212 133 149 0 0.37 0.30 0.17 347.85 0.48 0.68
Hex D4 85 95 0 25 1E 11 15C 30 44
Octal 324 205 225 0 45 36 21 534 60 104
Binary 11010100 10000101 10010101 0 100101 11110 10001 101011100 110000 1000100

Color Harmonies of #D48595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48595

Black with #D48595

Text Example


Text Example

White with #D48595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48595; }

 p { color: rgb(212,133,149); }

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

background-color css

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

 a { background-color: rgb(212,133,149); }

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

border-color css

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

 span { border-color: rgb(212,133,149); }

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