#96485B

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

Shades of Cadillac #96485B

Tints of Cadillac #96485B

Color information

#96485B (or 0x96485B) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 5B. RGB value is (150,72,91). Sum of RGB (Red+Green+Blue) = 150+72+91=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96485B is #69B7A4. Grayscale: #616161. Windows color (decimal): -6928293 or 5982358. OLE color: 5982358.

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

Color convert

RGB1507291-
CMYK00.520.390.41
HSL345.38º35.14%43.53%-
HSV(B)345.38º52%58.82%-
XYZ16.7811.8711.3-
YUV97.49124.34165.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=47.92%
G=23.00%
B=29.07%

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
Decimal150729100.520.390.41345.3835.1443.53
Hex96485B0342729159232c
Octal22611013306447515314354
Binary10010110100100010110110110100100111101001101011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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