Html Css Color HEX #D48690 Can Can

📋 copy color: '#D48690'

red 212 ◦ green 134 ◦ blue 144

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

Shades of Can Can #D48690

Tints of Can Can #D48690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 43.27%
G = 27.35%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D48690 (or 0xD48690) is known color: Can Can. HEX triplet: D4, 86 and 90. RGB value is (212,134,144). Sum of RGB (Red+Green+Blue) = 212+134+144=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D48690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48690 is #2B796F. Grayscale: #9E9E9E. Windows color (decimal): -2849136 or 9471700. OLE color: 9471700.

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

Color convert

RGB 212 134 144 -
CMYK 0 0.37 0.32 0.17
HSL 352.31º 0.48% 0.68% -
HSV(B) 352.31º 0.37% 0.83% -
XYZ 40.71 33.06 30.62 -
YUV 158.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 212 134 144 0 0.37 0.32 0.17 352.31 0.48 0.68
Hex D4 86 90 0 25 20 11 160 30 44
Octal 324 206 220 0 45 40 21 540 60 104
Binary 11010100 10000110 10010000 0 100101 100000 10001 101100000 110000 1000100

Color Harmonies of #D48690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48690

Black with #D48690

Text Example


Text Example

White with #D48690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48690; }

 p { color: rgb(212,134,144); }

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

background-color css

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

 a { background-color: rgb(212,134,144); }

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

border-color css

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

 span { border-color: rgb(212,134,144); }

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