#944157

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

Shades of Cadillac #944157

Tints of Cadillac #944157

Color information

#944157 (or 0x944157) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 57. RGB value is (148,65,87). Sum of RGB (Red+Green+Blue) = 148+65+87=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944157 is #6BBEA8. Grayscale: #5C5C5C. Windows color (decimal): -7061161 or 5718420. OLE color: 5718420.

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

Color convert

RGB1486587-
CMYK00.560.410.42
HSL344.1º38.97%41.76%-
HSV(B)344.1º56.08%58.04%-
XYZ15.8210.7610.26-
YUV92.32125167.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=49.33%
G=21.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148658700.560.410.42344.138.9741.76
Hex944157038292A158272a
Octal22410112707051525304752
Binary10010100100000110101110111000101001101010101011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944157; }

 p { color: rgb(148,65,87); }

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

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

 a { background-color: rgb(148,65,87); }

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

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

 span { border-color: rgb(148,65,87); }

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