Html Css Color HEX #D48499 Can Can

📋 copy color: '#D48499'

red 212 ◦ green 132 ◦ blue 153

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

Shades of Can Can #D48499

Tints of Can Can #D48499

RGB

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

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

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

R = 42.66%
G = 26.56%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D48499 (or 0xD48499) is known color: Can Can. HEX triplet: D4, 84 and 99. RGB value is (212,132,153). Sum of RGB (Red+Green+Blue) = 212+132+153=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D48499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48499 is #2B7B66. Grayscale: #9E9E9E. Windows color (decimal): -2849639 or 10061012. OLE color: 10061012.

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

Color convert

RGB 212 132 153 -
CMYK 0 0.38 0.28 0.17
HSL 344.25º 0.48% 0.67% -
HSV(B) 344.25º 0.38% 0.83% -
XYZ 41.15 32.8 34.3 -
YUV 158.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 212 132 153 0 0.38 0.28 0.17 344.25 0.48 0.67
Hex D4 84 99 0 26 1C 11 158 30 43
Octal 324 204 231 0 46 34 21 530 60 103
Binary 11010100 10000100 10011001 0 100110 11100 10001 101011000 110000 1000011

Color Harmonies of #D48499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48499

Black with #D48499

Text Example


Text Example

White with #D48499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48499; }

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

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

background-color css

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

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

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

border-color css

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

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

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