#96475C

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

Shades of Cadillac #96475C

Tints of Cadillac #96475C

Color information

#96475C (or 0x96475C) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 5C. RGB value is (150,71,92). Sum of RGB (Red+Green+Blue) = 150+71+92=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96475C is #69B8A3. Grayscale: #616161. Windows color (decimal): -6928548 or 6047638. OLE color: 6047638.

HSL color Cylindrical-coordinate representation of color #96475C: hue angle of 344.05º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96475C is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1507192-
CMYK00.530.390.41
HSL344.05º35.75%43.33%-
HSV(B)344.05º52.67%58.82%-
XYZ16.7611.7611.51-
YUV97.02125.17165.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=47.92%
G=22.68%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150719200.530.390.41344.0535.7543.33
Hex96475C0352729158242b
Octal22610713406547515304453
Binary10010110100011110111000110101100111101001101011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96475C; }

 p { color: rgb(150,71,92); }

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

<style>
 a { background-color: #96475C; }

 a { background-color: rgb(150,71,92); }

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

<style>
 span { border-color: #96475C; }

 span { border-color: rgb(150,71,92); }

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