Html Css Color HEX #D59094 Can Can

📋 copy color: '#D59094'

red 213 ◦ green 144 ◦ blue 148

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

Shades of Can Can #D59094

Tints of Can Can #D59094

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

 GREEN value IS 144 (56.64% from 255) = 28.51%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 42.18%
G = 28.51%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59094 (or 0xD59094) is known color: Can Can. HEX triplet: D5, 90 and 94. RGB value is (213,144,148). Sum of RGB (Red+Green+Blue) = 213+144+148=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59094 is #2A6F6B. Grayscale: #A5A5A5. Windows color (decimal): -2781036 or 9736405. OLE color: 9736405.

HSL color Cylindrical-coordinate representation of color #D59094: hue angle of 356.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59094 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 148 -
CMYK 0 0.32 0.31 0.16
HSL 356.52º 0.45% 0.7% -
HSV(B) 356.52º 0.32% 0.84% -
XYZ 42.76 36.23 32.76 -
YUV 165.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 213 144 148 0 0.32 0.31 0.16 356.52 0.45 0.7
Hex D5 90 94 0 20 1F 10 165 2D 46
Octal 325 220 224 0 40 37 20 545 55 106
Binary 11010101 10010000 10010100 0 100000 11111 10000 101100101 101101 1000110

Color Harmonies of #D59094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59094

Black with #D59094

Text Example


Text Example

White with #D59094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59094; }

 p { color: rgb(213,144,148); }

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

background-color css

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

 a { background-color: rgb(213,144,148); }

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

border-color css

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

 span { border-color: rgb(213,144,148); }

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