#94436E

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

Shades of Cadillac #94436E

Tints of Cadillac #94436E

Color information

#94436E (or 0x94436E) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 6E. RGB value is (148,67,110). Sum of RGB (Red+Green+Blue) = 148+67+110=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94436E is #6BBC91. Grayscale: #606060. Windows color (decimal): -7060626 or 7226260. OLE color: 7226260.

HSL color Cylindrical-coordinate representation of color #94436E: hue angle of 328.15º 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 #94436E is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14867110-
CMYK00.550.260.42
HSL328.15º37.67%42.16%-
HSV(B)328.15º54.73%58.04%-
XYZ17.0311.4416.06-
YUV96.12135.84165-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=45.54%
G=20.62%
B=33.85%

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
Decimal1486711000.550.260.42328.1537.6742.16
Hex94436E0371A2A148262a
Octal22410315606732525104652
Binary1001010010000111101110011011111010101010101001000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94436E; }

 p { color: rgb(148,67,110); }

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

<style>
 a { background-color: #94436E; }

 a { background-color: rgb(148,67,110); }

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

<style>
 span { border-color: #94436E; }

 span { border-color: rgb(148,67,110); }

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