Html Css Color HEX #98495B Cadillac

📋 copy color: '#98495B'

red 152 ◦ green 73 ◦ blue 91

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

Shades of Cadillac #98495B

Tints of Cadillac #98495B

RGB

 RED value IS 152 (59.77% from 255) = 48.1%

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 48.1%
G = 23.1%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98495B (or 0x98495B) is known color: Cadillac. HEX triplet: 98, 49 and 5B. RGB value is (152,73,91). Sum of RGB (Red+Green+Blue) = 152+73+91=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98495B is #67B6A4. Grayscale: #626262. Windows color (decimal): -6796965 or 5982616. OLE color: 5982616.

HSL color Cylindrical-coordinate representation of color #98495B: hue angle of 346.33º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98495B is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 91 -
CMYK 0 0.52 0.40 0.40
HSL 346.33º 0.35% 0.44% -
HSV(B) 346.33º 0.52% 0.6% -
XYZ 17.22 12.2 11.34 -
YUV 98.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 152 73 91 0 0.52 0.40 0.40 346.33 0.35 0.44
Hex 98 49 5B 0 34 28 28 15A 23 2C
Octal 230 111 133 0 64 50 50 532 43 54
Binary 10011000 1001001 1011011 0 110100 101000 101000 101011010 100011 101100

Color Harmonies of #98495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98495B

Black with #98495B

Text Example


Text Example

White with #98495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98495B; }

 p { color: rgb(152,73,91); }

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

background-color css

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

 a { background-color: rgb(152,73,91); }

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

border-color css

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

 span { border-color: rgb(152,73,91); }

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