#983F6B

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

Shades of Cadillac #983F6B

Tints of Cadillac #983F6B

Color information

#983F6B (or 0x983F6B) is unknown color: approx Cadillac. HEX triplet: 98, 3F and 6B. RGB value is (152,63,107). Sum of RGB (Red+Green+Blue) = 152+63+107=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F6B is #67C094. Grayscale: #5E5E5E. Windows color (decimal): -6799509 or 7028632. OLE color: 7028632.

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

Color convert

RGB15263107-
CMYK00.590.300.40
HSL330.34º41.4%42.16%-
HSV(B)330.34º58.55%59.61%-
XYZ17.3811.2915.17-
YUV94.63134.99168.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=47.20%
G=19.57%
B=33.23%

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
Decimal1526310700.590.300.40330.3441.442.16
Hex983F6B03B1E2814a292a
Octal2307715307336505125152
Binary100110001111111101011011101111110101000101001010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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