#983F62

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

Shades of Cadillac #983F62

Tints of Cadillac #983F62

Color information

#983F62 (or 0x983F62) is unknown color: approx Cadillac. HEX triplet: 98, 3F and 62. RGB value is (152,63,98). Sum of RGB (Red+Green+Blue) = 152+63+98=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #983F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F62 is #67C09D. Grayscale: #5D5D5D. Windows color (decimal): -6799518 or 6438808. OLE color: 6438808.

HSL color Cylindrical-coordinate representation of color #983F62: hue angle of 336.4º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F62 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1526398-
CMYK00.590.360.40
HSL336.4º41.4%42.16%-
HSV(B)336.4º58.55%59.61%-
XYZ16.9311.1112.81-
YUV93.6130.49169.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=48.56%
G=20.13%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152639800.590.360.40336.441.442.16
Hex983F6203B2428150292a
Octal2307714207344505205152
Binary1001100011111111000100111011100100101000101010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F62; }

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

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

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

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

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

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

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

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