#983D65

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

Shades of Cadillac #983D65

Tints of Cadillac #983D65

Color information

#983D65 (or 0x983D65) is unknown color: approx Cadillac. HEX triplet: 98, 3D and 65. RGB value is (152,61,101). Sum of RGB (Red+Green+Blue) = 152+61+101=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #983D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D65 is #67C29A. Grayscale: #5C5C5C. Windows color (decimal): -6800027 or 6634904. OLE color: 6634904.

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

Color convert

RGB15261101-
CMYK00.600.340.40
HSL333.63º42.72%41.76%-
HSV(B)333.63º59.87%59.61%-
XYZ16.9710.9513.53-
YUV92.77132.65170.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=48.41%
G=19.43%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526110100.600.340.40333.6342.7241.76
Hex983D6503C222814e2b2a
Octal2307514507442505165352
Binary1001100011110111001010111100100010101000101001110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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