Html Css Color HEX #99848C Venus

📋 copy color: '#99848C'

red 153 ◦ green 132 ◦ blue 140

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

Shades of Venus #99848C

Tints of Venus #99848C

RGB

 RED value IS 153 (60.16% from 255) = 36%

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 36%
G = 31.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99848C (or 0x99848C) is known color: Venus. HEX triplet: 99, 84 and 8C. RGB value is (153,132,140). Sum of RGB (Red+Green+Blue) = 153+132+140=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848C is #667B73. Grayscale: #8B8B8B. Windows color (decimal): -6716276 or 9208985. OLE color: 9208985.

HSL color Cylindrical-coordinate representation of color #99848C: hue angle of 337.14º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99848C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 140 -
CMYK 0 0.14 0.08 0.4
HSL 337.14º 0.09% 0.56% -
HSV(B) 337.14º 0.14% 0.6% -
XYZ 26.12 25.17 28.29 -
YUV 139.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 153 132 140 0 0.14 0.08 0.4 337.14 0.09 0.56
Hex 99 84 8C 0 E 8 28 151 9 38
Octal 231 204 214 0 16 10 50 521 11 70
Binary 10011001 10000100 10001100 0 1110 1000 101000 101010001 1001 111000

Color Harmonies of #99848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99848C

Black with #99848C

Text Example


Text Example

White with #99848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,132,140); }

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

background-color css

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

 a { background-color: rgb(153,132,140); }

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

border-color css

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

 span { border-color: rgb(153,132,140); }

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