#98496D

Color #98496D Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #98496D

Tints of Cadillac #98496D

Color information

#98496D (or 0x98496D) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 6D. RGB value is (152,73,109). Sum of RGB (Red+Green+Blue) = 152+73+109=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98496D is #67B692. Grayscale: #646464. Windows color (decimal): -6796947 or 7162264. OLE color: 7162264.

HSL color Cylindrical-coordinate representation of color #98496D: hue angle of 332.66º 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 #98496D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15273109-
CMYK00.520.280.40
HSL332.66º35.11%44.12%-
HSV(B)332.66º51.97%59.61%-
XYZ18.0912.5415.94-
YUV100.72132.67164.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=45.51%
G=21.86%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527310900.520.280.40332.6635.1144.12
Hex98496D0341C2814d232c
Octal23011115506434505154354
Binary1001100010010011101101011010011100101000101001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98496D; }

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

 H1.HeaderClassName
 {
   color: #98496D;
 }
 .AnyTagClassName
 {
   color: #98496D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #98496D;
 }
 .BgClassName
 {
   background-color: #98496D;
 }
</style>
border-color css

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

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

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