Html Css Color HEX #D48099 Can Can

📋 copy color: '#D48099'

red 212 ◦ green 128 ◦ blue 153

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

Shades of Can Can #D48099

Tints of Can Can #D48099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.96%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 43%
G = 25.96%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D48099 (or 0xD48099) is known color: Can Can. HEX triplet: D4, 80 and 99. RGB value is (212,128,153). Sum of RGB (Red+Green+Blue) = 212+128+153=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48099 is #2B7F66. Grayscale: #9B9B9B. Windows color (decimal): -2850663 or 10059988. OLE color: 10059988.

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

Color convert

RGB 212 128 153 -
CMYK 0 0.40 0.28 0.17
HSL 342.14º 0.49% 0.67% -
HSV(B) 342.14º 0.4% 0.83% -
XYZ 40.62 31.74 34.12 -
YUV 155.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 212 128 153 0 0.40 0.28 0.17 342.14 0.49 0.67
Hex D4 80 99 0 28 1C 11 156 31 43
Octal 324 200 231 0 50 34 21 526 61 103
Binary 11010100 10000000 10011001 0 101000 11100 10001 101010110 110001 1000011

Color Harmonies of #D48099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48099

Black with #D48099

Text Example


Text Example

White with #D48099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48099; }

 p { color: rgb(212,128,153); }

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

background-color css

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

 a { background-color: rgb(212,128,153); }

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

border-color css

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

 span { border-color: rgb(212,128,153); }

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