#983F6A

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

Shades of Cadillac #983F6A

Tints of Cadillac #983F6A

Color information

#983F6A (or 0x983F6A) is unknown color: approx Cadillac. HEX triplet: 98, 3F and 6A. RGB value is (152,63,106). Sum of RGB (Red+Green+Blue) = 152+63+106=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F6A is #67C095. Grayscale: #5E5E5E. Windows color (decimal): -6799510 or 6963096. OLE color: 6963096.

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

Color convert

RGB15263106-
CMYK00.590.300.40
HSL331.01º41.4%42.16%-
HSV(B)331.01º58.55%59.61%-
XYZ17.3311.2714.9-
YUV94.51134.49169-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=47.35%
G=19.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526310600.590.300.40331.0141.442.16
Hex983F6A03B1E2814b292a
Octal2307715207336505135152
Binary100110001111111101010011101111110101000101001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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