Html Css Color HEX #D09C98 Rose

📋 copy color: '#D09C98'

red 208 ◦ green 156 ◦ blue 152

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

Shades of Rose #D09C98

Tints of Rose #D09C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 40.31%
G = 30.23%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09C98 (or 0xD09C98) is known color: Rose. HEX triplet: D0, 9C and 98. RGB value is (208,156,152). Sum of RGB (Red+Green+Blue) = 208+156+152=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C98 is #2F6367. Grayscale: #ABABAB. Windows color (decimal): -3105640 or 10001616. OLE color: 10001616.

HSL color Cylindrical-coordinate representation of color #D09C98: hue angle of 4.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09C98 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 152 -
CMYK 0 0.25 0.27 0.18
HSL 4.29º 0.37% 0.71% -
HSV(B) 4.29º 0.27% 0.82% -
XYZ 43.57 39.45 35.02 -
YUV 171.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 208 156 152 0 0.25 0.27 0.18 4.29 0.37 0.71
Hex D0 9C 98 0 19 1B 12 4 25 47
Octal 320 234 230 0 31 33 22 4 45 107
Binary 11010000 10011100 10011000 0 11001 11011 10010 100 100101 1000111

Color Harmonies of #D09C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C98

Black with #D09C98

Text Example


Text Example

White with #D09C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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