#944660

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

Shades of Cadillac #944660

Tints of Cadillac #944660

Color information

#944660 (or 0x944660) is unknown color: approx Cadillac. HEX triplet: 94, 46 and 60. RGB value is (148,70,96). Sum of RGB (Red+Green+Blue) = 148+70+96=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #944660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944660 is #6BB99F. Grayscale: #606060. Windows color (decimal): -7059872 or 6309524. OLE color: 6309524.

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

Color convert

RGB1487096-
CMYK00.530.350.42
HSL340º35.78%42.75%-
HSV(B)340º52.7%58.04%-
XYZ16.5111.5212.42-
YUV96.29127.84164.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=47.13%
G=22.29%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148709600.530.350.4234035.7842.75
Hex944660035232A154242b
Octal22410614006543525244453
Binary10010100100011011000000110101100011101010101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944660; }

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

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

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

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

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

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

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

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