Html Css Color HEX #D58996 Can Can

📋 copy color: '#D58996'

red 213 ◦ green 137 ◦ blue 150

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

Shades of Can Can #D58996

Tints of Can Can #D58996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 42.6%
G = 27.4%
B = 30%

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

#D58996 (or 0xD58996) is known color: Can Can. HEX triplet: D5, 89 and 96. RGB value is (213,137,150). Sum of RGB (Red+Green+Blue) = 213+137+150=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D58996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58996 is #2A7669. Grayscale: #A1A1A1. Windows color (decimal): -2782826 or 9865685. OLE color: 9865685.

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

Color convert

RGB 213 137 150 -
CMYK 0 0.36 0.30 0.16
HSL 349.74º 0.48% 0.69% -
HSV(B) 349.74º 0.36% 0.84% -
XYZ 41.89 34.24 33.26 -
YUV 161.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 213 137 150 0 0.36 0.30 0.16 349.74 0.48 0.69
Hex D5 89 96 0 24 1E 10 15E 30 45
Octal 325 211 226 0 44 36 20 536 60 105
Binary 11010101 10001001 10010110 0 100100 11110 10000 101011110 110000 1000101

Color Harmonies of #D58996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58996

Black with #D58996

Text Example


Text Example

White with #D58996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58996; }

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

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

background-color css

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

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

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

border-color css

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

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

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