#984162

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

Shades of Cadillac #984162

Tints of Cadillac #984162

Color information

#984162 (or 0x984162) is unknown color: approx Cadillac. HEX triplet: 98, 41 and 62. RGB value is (152,65,98). Sum of RGB (Red+Green+Blue) = 152+65+98=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984162 is #67BE9D. Grayscale: #5E5E5E. Windows color (decimal): -6799006 or 6439320. OLE color: 6439320.

HSL color Cylindrical-coordinate representation of color #984162: hue angle of 337.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984162 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1526598-
CMYK00.570.360.40
HSL337.24º40.09%42.55%-
HSV(B)337.24º57.24%59.61%-
XYZ17.0411.3412.85-
YUV94.78129.82168.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=48.25%
G=20.63%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152659800.570.360.40337.2440.0942.55
Hex9841620392428151282b
Octal23010114207144505215053
Binary10011000100000111000100111001100100101000101010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984162; }

 p { color: rgb(152,65,98); }

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

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

 a { background-color: rgb(152,65,98); }

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

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

 span { border-color: rgb(152,65,98); }

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