Html Css Color HEX #D58595 Can Can

📋 copy color: '#D58595'

red 213 ◦ green 133 ◦ blue 149

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

Shades of Can Can #D58595

Tints of Can Can #D58595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.87%

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

R = 43.03%
G = 26.87%
B = 30.1%

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

#D58595 (or 0xD58595) is known color: Can Can. HEX triplet: D5, 85 and 95. RGB value is (213,133,149). Sum of RGB (Red+Green+Blue) = 213+133+149=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58595 is #2A7A6A. Grayscale: #9E9E9E. Windows color (decimal): -2783851 or 9799125. OLE color: 9799125.

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

Color convert

RGB 213 133 149 -
CMYK 0 0.38 0.30 0.16
HSL 348º 0.49% 0.68% -
HSV(B) 348º 0.38% 0.84% -
XYZ 41.25 33.09 32.65 -
YUV 158.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 213 133 149 0 0.38 0.30 0.16 348 0.49 0.68
Hex D5 85 95 0 26 1E 10 15C 31 44
Octal 325 205 225 0 46 36 20 534 61 104
Binary 11010101 10000101 10010101 0 100110 11110 10000 101011100 110001 1000100

Color Harmonies of #D58595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58595

Black with #D58595

Text Example


Text Example

White with #D58595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58595; }

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

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

background-color css

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

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

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

border-color css

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

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

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