#98486F

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

Shades of Cadillac #98486F

Tints of Cadillac #98486F

Color information

#98486F (or 0x98486F) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 6F. RGB value is (152,72,111). Sum of RGB (Red+Green+Blue) = 152+72+111=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #98486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98486F is #67B790. Grayscale: #646464. Windows color (decimal): -6797201 or 7293080. OLE color: 7293080.

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

Color convert

RGB15272111-
CMYK00.530.270.40
HSL330.75º35.71%43.92%-
HSV(B)330.75º52.63%59.61%-
XYZ18.1412.4616.49-
YUV100.37134164.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=45.37%
G=21.49%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527211100.530.270.40330.7535.7143.92
Hex98486F0351B2814b242c
Octal23011015706533505134454
Binary1001100010010001101111011010111011101000101001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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