#94485B

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

Shades of Cadillac #94485B

Tints of Cadillac #94485B

Color information

#94485B (or 0x94485B) is unknown color: approx Cadillac. HEX triplet: 94, 48 and 5B. RGB value is (148,72,91). Sum of RGB (Red+Green+Blue) = 148+72+91=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94485B is #6BB7A4. Grayscale: #606060. Windows color (decimal): -7059365 or 5982356. OLE color: 5982356.

HSL color Cylindrical-coordinate representation of color #94485B: hue angle of 345º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94485B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1487291-
CMYK00.510.390.42
HSL345º34.55%43.14%-
HSV(B)345º51.35%58.04%-
XYZ16.4211.6911.29-
YUV96.89124.68164.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=47.59%
G=23.15%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148729100.510.390.4234534.5543.14
Hex94485B033272A159232b
Octal22411013306347525314353
Binary10010100100100010110110110011100111101010101011001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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