Html Css Color HEX #95948C Dawn

📋 copy color: '#95948C'

red 149 ◦ green 148 ◦ blue 140

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

Shades of Dawn #95948C

Tints of Dawn #95948C

RGB

 RED value IS 149 (58.59% from 255) = 34.1%

 GREEN value IS 148 (58.2% from 255) = 33.87%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 34.1%
G = 33.87%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95948C (or 0x95948C) is known color: Dawn. HEX triplet: 95, 94 and 8C. RGB value is (149,148,140). Sum of RGB (Red+Green+Blue) = 149+148+140=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 149 - color contains mainly: red. Hex color #95948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95948C is #6A6B73. Grayscale: #939393. Windows color (decimal): -6974324 or 9213077. OLE color: 9213077.

HSL color Cylindrical-coordinate representation of color #95948C: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95948C is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 140 -
CMYK 0 0.01 0.06 0.42
HSL 53.33º 0.04% 0.57% -
HSV(B) 53.33º 0.06% 0.58% -
XYZ 27.72 29.46 29.04 -
YUV 147.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 149 148 140 0 0.01 0.06 0.42 53.33 0.04 0.57
Hex 95 94 8C 0 1 6 2A 35 4 39
Octal 225 224 214 0 1 6 52 65 4 71
Binary 10010101 10010100 10001100 0 1 110 101010 110101 100 111001

Color Harmonies of #95948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95948C

Black with #95948C

Text Example


Text Example

White with #95948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95948C; }

 p { color: rgb(149,148,140); }

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

background-color css

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

 a { background-color: rgb(149,148,140); }

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

border-color css

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

 span { border-color: rgb(149,148,140); }

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