#98485A

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

Shades of Cadillac #98485A

Tints of Cadillac #98485A

Color information

#98485A (or 0x98485A) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 5A. RGB value is (152,72,90). Sum of RGB (Red+Green+Blue) = 152+72+90=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98485A is #67B7A5. Grayscale: #616161. Windows color (decimal): -6797222 or 5916824. OLE color: 5916824.

HSL color Cylindrical-coordinate representation of color #98485A: hue angle of 346.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98485A is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1527290-
CMYK00.530.410.40
HSL346.5º35.71%43.92%-
HSV(B)346.5º52.63%59.61%-
XYZ17.1112.0511.1-
YUV97.97123.5166.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=48.41%
G=22.93%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152729000.530.410.40346.535.7143.92
Hex98485A035292815a242c
Octal23011013206551505324454
Binary10011000100100010110100110101101001101000101011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98485A; }

 p { color: rgb(152,72,90); }

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

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

 a { background-color: rgb(152,72,90); }

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

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

 span { border-color: rgb(152,72,90); }

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