Html Css Color HEX #D58495 Can Can

📋 copy color: '#D58495'

red 213 ◦ green 132 ◦ blue 149

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

Shades of Can Can #D58495

Tints of Can Can #D58495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 43.12%
G = 26.72%
B = 30.16%

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

#D58495 (or 0xD58495) is known color: Can Can. HEX triplet: D5, 84 and 95. RGB value is (213,132,149). Sum of RGB (Red+Green+Blue) = 213+132+149=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D58495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58495 is #2A7B6A. Grayscale: #9E9E9E. Windows color (decimal): -2784107 or 9798869. OLE color: 9798869.

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

Color convert

RGB 213 132 149 -
CMYK 0 0.38 0.30 0.16
HSL 347.41º 0.49% 0.68% -
HSV(B) 347.41º 0.38% 0.84% -
XYZ 41.12 32.82 32.6 -
YUV 158.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 213 132 149 0 0.38 0.30 0.16 347.41 0.49 0.68
Hex D5 84 95 0 26 1E 10 15B 31 44
Octal 325 204 225 0 46 36 20 533 61 104
Binary 11010101 10000100 10010101 0 100110 11110 10000 101011011 110001 1000100

Color Harmonies of #D58495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58495

Black with #D58495

Text Example


Text Example

White with #D58495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58495; }

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

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

background-color css

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

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

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

border-color css

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

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

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