Html Css Color HEX #D09A92 Rose

📋 copy color: '#D09A92'

red 208 ◦ green 154 ◦ blue 146

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

Shades of Rose #D09A92

Tints of Rose #D09A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 40.94%
G = 30.31%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09A92 (or 0xD09A92) is known color: Rose. HEX triplet: D0, 9A and 92. RGB value is (208,154,146). Sum of RGB (Red+Green+Blue) = 208+154+146=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A92 is #2F656D. Grayscale: #A9A9A9. Windows color (decimal): -3106158 or 9607888. OLE color: 9607888.

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

Color convert

RGB 208 154 146 -
CMYK 0 0.26 0.30 0.18
HSL 7.74º 0.4% 0.69% -
HSV(B) 7.74º 0.3% 0.82% -
XYZ 42.76 38.6 32.39 -
YUV 169.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 208 154 146 0 0.26 0.30 0.18 7.74 0.4 0.69
Hex D0 9A 92 0 1A 1E 12 8 28 45
Octal 320 232 222 0 32 36 22 10 50 105
Binary 11010000 10011010 10010010 0 11010 11110 10010 1000 101000 1000101

Color Harmonies of #D09A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A92

Black with #D09A92

Text Example


Text Example

White with #D09A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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