#983F60

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

Shades of Cadillac #983F60

Tints of Cadillac #983F60

Color information

#983F60 (or 0x983F60) is unknown color: approx Cadillac. HEX triplet: 98, 3F and 60. RGB value is (152,63,96). Sum of RGB (Red+Green+Blue) = 152+63+96=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #983F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F60 is #67C09F. Grayscale: #5D5D5D. Windows color (decimal): -6799520 or 6307736. OLE color: 6307736.

HSL color Cylindrical-coordinate representation of color #983F60: hue angle of 337.75º 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 #983F60 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1526396-
CMYK00.590.370.40
HSL337.75º41.4%42.16%-
HSV(B)337.75º58.55%59.61%-
XYZ16.8411.0712.32-
YUV93.37129.49169.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=48.87%
G=20.26%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152639600.590.370.40337.7541.442.16
Hex983F6003B2528152292a
Octal2307714007345505225152
Binary1001100011111111000000111011100101101000101010010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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