#98496F

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

Shades of Cadillac #98496F

Tints of Cadillac #98496F

Color information

#98496F (or 0x98496F) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 6F. RGB value is (152,73,111). Sum of RGB (Red+Green+Blue) = 152+73+111=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #98496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98496F is #67B690. Grayscale: #646464. Windows color (decimal): -6796945 or 7293336. OLE color: 7293336.

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

Color convert

RGB15273111-
CMYK00.520.270.40
HSL331.14º35.11%44.12%-
HSV(B)331.14º51.97%59.61%-
XYZ18.212.5916.51-
YUV100.95133.67164.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=45.24%
G=21.73%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527311100.520.270.40331.1435.1144.12
Hex98496F0341B2814b232c
Octal23011115706433505134354
Binary1001100010010011101111011010011011101000101001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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