#983D6A

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

Shades of Cadillac #983D6A

Tints of Cadillac #983D6A

Color information

#983D6A (or 0x983D6A) is unknown color: approx Cadillac. HEX triplet: 98, 3D and 6A. RGB value is (152,61,106). Sum of RGB (Red+Green+Blue) = 152+61+106=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D6A is #67C295. Grayscale: #5D5D5D. Windows color (decimal): -6800022 or 6962584. OLE color: 6962584.

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

Color convert

RGB15261106-
CMYK00.600.300.40
HSL330.33º42.72%41.76%-
HSV(B)330.33º59.87%59.61%-
XYZ17.2211.0514.86-
YUV93.34135.15169.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=47.65%
G=19.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526110600.600.300.40330.3342.7241.76
Hex983D6A03C1E2814a2b2a
Octal2307515207436505125352
Binary100110001111011101010011110011110101000101001010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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