#984675

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

Shades of Cadillac #984675

Tints of Cadillac #984675

Color information

#984675 (or 0x984675) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 75. RGB value is (152,70,117). Sum of RGB (Red+Green+Blue) = 152+70+117=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984675 is #67B98A. Grayscale: #636363. Windows color (decimal): -6797707 or 7685784. OLE color: 7685784.

HSL color Cylindrical-coordinate representation of color #984675: hue angle of 325.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984675 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15270117-
CMYK00.540.230.40
HSL325.61º36.94%43.53%-
HSV(B)325.61º53.95%59.61%-
XYZ18.3512.3418.24-
YUV99.88137.67165.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=44.84%
G=20.65%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527011700.540.230.40325.6136.9443.53
Hex9846750361728146252c
Octal23010616506627505064554
Binary1001100010001101110101011011010111101000101000110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984675; }

 p { color: rgb(152,70,117); }

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

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

 a { background-color: rgb(152,70,117); }

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

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

 span { border-color: rgb(152,70,117); }

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