#94456D

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

Shades of Cadillac #94456D

Tints of Cadillac #94456D

Color information

#94456D (or 0x94456D) is unknown color: approx Cadillac. HEX triplet: 94, 45 and 6D. RGB value is (148,69,109). Sum of RGB (Red+Green+Blue) = 148+69+109=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94456D is #6BBA92. Grayscale: #616161. Windows color (decimal): -7060115 or 7161236. OLE color: 7161236.

HSL color Cylindrical-coordinate representation of color #94456D: hue angle of 329.62º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94456D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14869109-
CMYK00.530.260.42
HSL329.62º36.41%42.55%-
HSV(B)329.62º53.38%58.04%-
XYZ17.111.6615.82-
YUV97.18134.67164.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=45.40%
G=21.17%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486910900.530.260.42329.6236.4142.55
Hex94456D0351A2A14a242b
Octal22410515506532525124453
Binary1001010010001011101101011010111010101010101001010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,69,109); }

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

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

 a { background-color: rgb(148,69,109); }

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

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

 span { border-color: rgb(148,69,109); }

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