Html Css Color HEX #D59096 Can Can

📋 copy color: '#D59096'

red 213 ◦ green 144 ◦ blue 150

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

Shades of Can Can #D59096

Tints of Can Can #D59096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 42.01%
G = 28.4%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59096 (or 0xD59096) is known color: Can Can. HEX triplet: D5, 90 and 96. RGB value is (213,144,150). Sum of RGB (Red+Green+Blue) = 213+144+150=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59096 is #2A6F69. Grayscale: #A5A5A5. Windows color (decimal): -2781034 or 9867477. OLE color: 9867477.

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

Color convert

RGB 213 144 150 -
CMYK 0 0.32 0.30 0.16
HSL 354.78º 0.45% 0.7% -
HSV(B) 354.78º 0.32% 0.84% -
XYZ 42.92 36.29 33.6 -
YUV 165.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 213 144 150 0 0.32 0.30 0.16 354.78 0.45 0.7
Hex D5 90 96 0 20 1E 10 163 2D 46
Octal 325 220 226 0 40 36 20 543 55 106
Binary 11010101 10010000 10010110 0 100000 11110 10000 101100011 101101 1000110

Color Harmonies of #D59096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59096

Black with #D59096

Text Example


Text Example

White with #D59096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59096; }

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

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

background-color css

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

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

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

border-color css

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

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

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