#98496B

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

Shades of Cadillac #98496B

Tints of Cadillac #98496B

Color information

#98496B (or 0x98496B) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 6B. RGB value is (152,73,107). Sum of RGB (Red+Green+Blue) = 152+73+107=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98496B is #67B694. Grayscale: #646464. Windows color (decimal): -6796949 or 7031192. OLE color: 7031192.

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

Color convert

RGB15273107-
CMYK00.520.300.40
HSL334.18º35.11%44.12%-
HSV(B)334.18º51.97%59.61%-
XYZ17.9912.515.38-
YUV100.5131.67164.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=45.78%
G=21.99%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527310700.520.300.40334.1835.1144.12
Hex98496B0341E2814e232c
Octal23011115306436505164354
Binary1001100010010011101011011010011110101000101001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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