Html Css Color HEX #D59C90 Rose

📋 copy color: '#D59C90'

red 213 ◦ green 156 ◦ blue 144

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

Shades of Rose #D59C90

Tints of Rose #D59C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.41%

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 41.52%
G = 30.41%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59C90 (or 0xD59C90) is known color: Rose. HEX triplet: D5, 9C and 90. RGB value is (213,156,144). Sum of RGB (Red+Green+Blue) = 213+156+144=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C90 is #2A636F. Grayscale: #ABABAB. Windows color (decimal): -2777968 or 9477333. OLE color: 9477333.

HSL color Cylindrical-coordinate representation of color #D59C90: hue angle of 10.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59C90 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 144 -
CMYK 0 0.27 0.32 0.16
HSL 10.43º 0.45% 0.7% -
HSV(B) 10.43º 0.32% 0.84% -
XYZ 44.36 39.94 31.76 -
YUV 171.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 213 156 144 0 0.27 0.32 0.16 10.43 0.45 0.7
Hex D5 9C 90 0 1B 20 10 A 2D 46
Octal 325 234 220 0 33 40 20 12 55 106
Binary 11010101 10011100 10010000 0 11011 100000 10000 1010 101101 1000110

Color Harmonies of #D59C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C90

Black with #D59C90

Text Example


Text Example

White with #D59C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C90; }

 p { color: rgb(213,156,144); }

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

background-color css

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

 a { background-color: rgb(213,156,144); }

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

border-color css

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

 span { border-color: rgb(213,156,144); }

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