#94426D

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

Shades of Cadillac #94426D

Tints of Cadillac #94426D

Color information

#94426D (or 0x94426D) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 6D. RGB value is (148,66,109). Sum of RGB (Red+Green+Blue) = 148+66+109=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94426D is #6BBD92. Grayscale: #5F5F5F. Windows color (decimal): -7060883 or 7160468. OLE color: 7160468.

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

Color convert

RGB14866109-
CMYK00.550.260.42
HSL328.54º38.32%41.96%-
HSV(B)328.54º55.41%58.04%-
XYZ16.9211.315.76-
YUV95.42135.67165.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=45.82%
G=20.43%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486610900.550.260.42328.5438.3241.96
Hex94426D0371A2A149262a
Octal22410215506732525114652
Binary1001010010000101101101011011111010101010101001001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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