#98486D

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

Shades of Cadillac #98486D

Tints of Cadillac #98486D

Color information

#98486D (or 0x98486D) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 6D. RGB value is (152,72,109). Sum of RGB (Red+Green+Blue) = 152+72+109=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98486D is #67B792. Grayscale: #646464. Windows color (decimal): -6797203 or 7162008. OLE color: 7162008.

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

Color convert

RGB15272109-
CMYK00.530.280.40
HSL332.25º35.71%43.92%-
HSV(B)332.25º52.63%59.61%-
XYZ18.0312.4115.91-
YUV100.14133164.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=45.65%
G=21.62%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527210900.530.280.40332.2535.7143.92
Hex98486D0351C2814c242c
Octal23011015506534505144454
Binary1001100010010001101101011010111100101000101001100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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