#96485C

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

Shades of Cadillac #96485C

Tints of Cadillac #96485C

Color information

#96485C (or 0x96485C) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 5C. RGB value is (150,72,92). Sum of RGB (Red+Green+Blue) = 150+72+92=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96485C is #69B7A3. Grayscale: #616161. Windows color (decimal): -6928292 or 6047894. OLE color: 6047894.

HSL color Cylindrical-coordinate representation of color #96485C: hue angle of 344.62º 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 #96485C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1507292-
CMYK00.520.390.41
HSL344.62º35.14%43.53%-
HSV(B)344.62º52%58.82%-
XYZ16.8311.8911.53-
YUV97.6124.84165.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=47.77%
G=22.93%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150729200.520.390.41344.6235.1443.53
Hex96485C0342729159232c
Octal22611013406447515314354
Binary10010110100100010111000110100100111101001101011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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