Html Css Color HEX #D58396 Can Can

📋 copy color: '#D58396'

red 213 ◦ green 131 ◦ blue 150

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

Shades of Can Can #D58396

Tints of Can Can #D58396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

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

R = 43.12%
G = 26.52%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58396 (or 0xD58396) is known color: Can Can. HEX triplet: D5, 83 and 96. RGB value is (213,131,150). Sum of RGB (Red+Green+Blue) = 213+131+150=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D58396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58396 is #2A7C69. Grayscale: #9D9D9D. Windows color (decimal): -2784362 or 9864149. OLE color: 9864149.

HSL color Cylindrical-coordinate representation of color #D58396: hue angle of 346.1º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58396 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 150 -
CMYK 0 0.38 0.30 0.16
HSL 346.1º 0.49% 0.67% -
HSV(B) 346.1º 0.38% 0.84% -
XYZ 41.06 32.58 32.98 -
YUV 157.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 213 131 150 0 0.38 0.30 0.16 346.1 0.49 0.67
Hex D5 83 96 0 26 1E 10 15A 31 43
Octal 325 203 226 0 46 36 20 532 61 103
Binary 11010101 10000011 10010110 0 100110 11110 10000 101011010 110001 1000011

Color Harmonies of #D58396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58396

Black with #D58396

Text Example


Text Example

White with #D58396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58396; }

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

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

background-color css

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

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

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

border-color css

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

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

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