Html Css Color HEX #948980 Almond Frost

📋 copy color: '#948980'

red 148 ◦ green 137 ◦ blue 128

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

Shades of Almond Frost #948980

Tints of Almond Frost #948980

RGB

 RED value IS 148 (58.2% from 255) = 35.84%

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 35.84%
G = 33.17%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#948980 (or 0x948980) is known color: Almond Frost. HEX triplet: 94, 89 and 80. RGB value is (148,137,128). Sum of RGB (Red+Green+Blue) = 148+137+128=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948980 is #6B767F. Grayscale: #8B8B8B. Windows color (decimal): -7042688 or 8423828. OLE color: 8423828.

HSL color Cylindrical-coordinate representation of color #948980: hue angle of 27º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948980 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 128 -
CMYK 0 0.07 0.14 0.42
HSL 27º 0.09% 0.54% -
HSV(B) 27º 0.14% 0.58% -
XYZ 25.05 25.75 24.07 -
YUV 139.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 148 137 128 0 0.07 0.14 0.42 27 0.09 0.54
Hex 94 89 80 0 7 E 2A 1B 9 36
Octal 224 211 200 0 7 16 52 33 11 66
Binary 10010100 10001001 10000000 0 111 1110 101010 11011 1001 110110

Color Harmonies of #948980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948980

Black with #948980

Text Example


Text Example

White with #948980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948980; }

 p { color: rgb(148,137,128); }

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

background-color css

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

 a { background-color: rgb(148,137,128); }

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

border-color css

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

 span { border-color: rgb(148,137,128); }

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