Html Css Color HEX #D58896 Can Can

📋 copy color: '#D58896'

red 213 ◦ green 136 ◦ blue 150

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

Shades of Can Can #D58896

Tints of Can Can #D58896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.25%

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

R = 42.69%
G = 27.25%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58896 (or 0xD58896) is known color: Can Can. HEX triplet: D5, 88 and 96. RGB value is (213,136,150). Sum of RGB (Red+Green+Blue) = 213+136+150=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D58896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58896 is #2A7769. Grayscale: #A0A0A0. Windows color (decimal): -2783082 or 9865429. OLE color: 9865429.

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

Color convert

RGB 213 136 150 -
CMYK 0 0.36 0.30 0.16
HSL 349.09º 0.48% 0.68% -
HSV(B) 349.09º 0.36% 0.84% -
XYZ 41.75 33.96 33.21 -
YUV 160.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 213 136 150 0 0.36 0.30 0.16 349.09 0.48 0.68
Hex D5 88 96 0 24 1E 10 15D 30 44
Octal 325 210 226 0 44 36 20 535 60 104
Binary 11010101 10001000 10010110 0 100100 11110 10000 101011101 110000 1000100

Color Harmonies of #D58896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58896

Black with #D58896

Text Example


Text Example

White with #D58896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58896; }

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

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

background-color css

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

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

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

border-color css

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

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

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