#944060

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

Shades of Cadillac #944060

Tints of Cadillac #944060

Color information

#944060 (or 0x944060) is unknown color: approx Cadillac. HEX triplet: 94, 40 and 60. RGB value is (148,64,96). Sum of RGB (Red+Green+Blue) = 148+64+96=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #944060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944060 is #6BBF9F. Grayscale: #5C5C5C. Windows color (decimal): -7061408 or 6307988. OLE color: 6307988.

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

Color convert

RGB1486496-
CMYK00.570.350.42
HSL337.14º39.62%41.57%-
HSV(B)337.14º56.76%58.04%-
XYZ16.1610.8112.3-
YUV92.76129.83167.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=48.05%
G=20.78%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148649600.570.350.42337.1439.6241.57
Hex944060039232A151282a
Octal22410014007143525215052
Binary10010100100000011000000111001100011101010101010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944060; }

 p { color: rgb(148,64,96); }

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

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

 a { background-color: rgb(148,64,96); }

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

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

 span { border-color: rgb(148,64,96); }

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