Html Css Color HEX #D48495 Can Can

📋 copy color: '#D48495'

red 212 ◦ green 132 ◦ blue 149

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

Shades of Can Can #D48495

Tints of Can Can #D48495

RGB

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

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

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

R = 43%
G = 26.77%
B = 30.22%

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

#D48495 (or 0xD48495) is known color: Can Can. HEX triplet: D4, 84 and 95. RGB value is (212,132,149). Sum of RGB (Red+Green+Blue) = 212+132+149=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48495 is #2B7B6A. Grayscale: #9D9D9D. Windows color (decimal): -2849643 or 9798868. OLE color: 9798868.

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

Color convert

RGB 212 132 149 -
CMYK 0 0.38 0.30 0.17
HSL 347.25º 0.48% 0.67% -
HSV(B) 347.25º 0.38% 0.83% -
XYZ 40.83 32.67 32.59 -
YUV 157.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 212 132 149 0 0.38 0.30 0.17 347.25 0.48 0.67
Hex D4 84 95 0 26 1E 11 15B 30 43
Octal 324 204 225 0 46 36 21 533 60 103
Binary 11010100 10000100 10010101 0 100110 11110 10001 101011011 110000 1000011

Color Harmonies of #D48495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48495

Black with #D48495

Text Example


Text Example

White with #D48495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48495; }

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

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

background-color css

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

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

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

border-color css

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

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

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