Html Css Color HEX #D09C92 Rose

📋 copy color: '#D09C92'

red 208 ◦ green 156 ◦ blue 146

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

Shades of Rose #D09C92

Tints of Rose #D09C92

RGB

 RED value IS 208 (81.64% from 255) = 40.78%

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

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

R = 40.78%
G = 30.59%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09C92 (or 0xD09C92) is known color: Rose. HEX triplet: D0, 9C and 92. RGB value is (208,156,146). Sum of RGB (Red+Green+Blue) = 208+156+146=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C92 is #2F636D. Grayscale: #AAAAAA. Windows color (decimal): -3105646 or 9608400. OLE color: 9608400.

HSL color Cylindrical-coordinate representation of color #D09C92: hue angle of 9.68º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09C92 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 146 -
CMYK 0 0.25 0.30 0.18
HSL 9.68º 0.4% 0.69% -
HSV(B) 9.68º 0.3% 0.82% -
XYZ 43.09 39.26 32.5 -
YUV 170.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 208 156 146 0 0.25 0.30 0.18 9.68 0.4 0.69
Hex D0 9C 92 0 19 1E 12 A 28 45
Octal 320 234 222 0 31 36 22 12 50 105
Binary 11010000 10011100 10010010 0 11001 11110 10010 1010 101000 1000101

Color Harmonies of #D09C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C92

Black with #D09C92

Text Example


Text Example

White with #D09C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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