Html Css Color HEX #D58995 Can Can

📋 copy color: '#D58995'

red 213 ◦ green 137 ◦ blue 149

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

Shades of Can Can #D58995

Tints of Can Can #D58995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 42.69%
G = 27.45%
B = 29.86%

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

#D58995 (or 0xD58995) is known color: Can Can. HEX triplet: D5, 89 and 95. RGB value is (213,137,149). Sum of RGB (Red+Green+Blue) = 213+137+149=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D58995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58995 is #2A766A. Grayscale: #A1A1A1. Windows color (decimal): -2782827 or 9800149. OLE color: 9800149.

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

Color convert

RGB 213 137 149 -
CMYK 0 0.36 0.30 0.16
HSL 350.53º 0.48% 0.69% -
HSV(B) 350.53º 0.36% 0.84% -
XYZ 41.81 34.21 32.83 -
YUV 161.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 213 137 149 0 0.36 0.30 0.16 350.53 0.48 0.69
Hex D5 89 95 0 24 1E 10 15F 30 45
Octal 325 211 225 0 44 36 20 537 60 105
Binary 11010101 10001001 10010101 0 100100 11110 10000 101011111 110000 1000101

Color Harmonies of #D58995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58995

Black with #D58995

Text Example


Text Example

White with #D58995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58995; }

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

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

background-color css

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

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

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

border-color css

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

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

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