Html Css Color HEX #D59C92 Rose

📋 copy color: '#D59C92'

red 213 ◦ green 156 ◦ blue 146

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

Shades of Rose #D59C92

Tints of Rose #D59C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 41.36%
G = 30.29%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59C92 (or 0xD59C92) is known color: Rose. HEX triplet: D5, 9C and 92. RGB value is (213,156,146). Sum of RGB (Red+Green+Blue) = 213+156+146=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C92 is #2A636D. Grayscale: #ACACAC. Windows color (decimal): -2777966 or 9608405. OLE color: 9608405.

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

Color convert

RGB 213 156 146 -
CMYK 0 0.27 0.31 0.16
HSL 8.96º 0.44% 0.7% -
HSV(B) 8.96º 0.31% 0.84% -
XYZ 44.52 40 32.57 -
YUV 171.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 213 156 146 0 0.27 0.31 0.16 8.96 0.44 0.7
Hex D5 9C 92 0 1B 1F 10 9 2C 46
Octal 325 234 222 0 33 37 20 11 54 106
Binary 11010101 10011100 10010010 0 11011 11111 10000 1001 101100 1000110

Color Harmonies of #D59C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C92

Black with #D59C92

Text Example


Text Example

White with #D59C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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