#96485D

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

Shades of Cadillac #96485D

Tints of Cadillac #96485D

Color information

#96485D (or 0x96485D) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 5D. RGB value is (150,72,93). Sum of RGB (Red+Green+Blue) = 150+72+93=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96485D is #69B7A2. Grayscale: #616161. Windows color (decimal): -6928291 or 6113430. OLE color: 6113430.

HSL color Cylindrical-coordinate representation of color #96485D: hue angle of 343.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96485D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1507293-
CMYK00.520.380.41
HSL343.85º35.14%43.53%-
HSV(B)343.85º52%58.82%-
XYZ16.8711.9111.77-
YUV97.72125.34165.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=47.62%
G=22.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150729300.520.380.41343.8535.1443.53
Hex96485D0342629158232c
Octal22611013506446515304354
Binary10010110100100010111010110100100110101001101011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96485D; }

 p { color: rgb(150,72,93); }

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

<style>
 a { background-color: #96485D; }

 a { background-color: rgb(150,72,93); }

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

<style>
 span { border-color: #96485D; }

 span { border-color: rgb(150,72,93); }

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