Html Css Color HEX #D48498 Can Can

📋 copy color: '#D48498'

red 212 ◦ green 132 ◦ blue 152

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

Shades of Can Can #D48498

Tints of Can Can #D48498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 42.74%
G = 26.61%
B = 30.65%

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

#D48498 (or 0xD48498) is known color: Can Can. HEX triplet: D4, 84 and 98. RGB value is (212,132,152). Sum of RGB (Red+Green+Blue) = 212+132+152=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D48498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48498 is #2B7B67. Grayscale: #9E9E9E. Windows color (decimal): -2849640 or 9995476. OLE color: 9995476.

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

Color convert

RGB 212 132 152 -
CMYK 0 0.38 0.28 0.17
HSL 345º 0.48% 0.67% -
HSV(B) 345º 0.38% 0.83% -
XYZ 41.07 32.77 33.87 -
YUV 158.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 212 132 152 0 0.38 0.28 0.17 345 0.48 0.67
Hex D4 84 98 0 26 1C 11 159 30 43
Octal 324 204 230 0 46 34 21 531 60 103
Binary 11010100 10000100 10011000 0 100110 11100 10001 101011001 110000 1000011

Color Harmonies of #D48498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48498

Black with #D48498

Text Example


Text Example

White with #D48498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48498; }

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

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

background-color css

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

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

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

border-color css

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

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

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