#94436C

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

Shades of Cadillac #94436C

Tints of Cadillac #94436C

Color information

#94436C (or 0x94436C) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 6C. RGB value is (148,67,108). Sum of RGB (Red+Green+Blue) = 148+67+108=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94436C is #6BBC93. Grayscale: #5F5F5F. Windows color (decimal): -7060628 or 7095188. OLE color: 7095188.

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

Color convert

RGB14867108-
CMYK00.550.270.42
HSL329.63º37.67%42.16%-
HSV(B)329.63º54.73%58.04%-
XYZ16.9311.3915.49-
YUV95.89134.84165.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=45.82%
G=20.74%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486710800.550.270.42329.6337.6742.16
Hex94436C0371B2A14a262a
Octal22410315406733525124652
Binary1001010010000111101100011011111011101010101001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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