#944968

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

Shades of Cadillac #944968

Tints of Cadillac #944968

Color information

#944968 (or 0x944968) is unknown color: approx Cadillac. HEX triplet: 94, 49 and 68. RGB value is (148,73,104). Sum of RGB (Red+Green+Blue) = 148+73+104=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #944968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944968 is #6BB697. Grayscale: #626262. Windows color (decimal): -7059096 or 6834580. OLE color: 6834580.

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

Color convert

RGB14873104-
CMYK00.510.300.42
HSL335.2º33.94%43.33%-
HSV(B)335.2º50.68%58.04%-
XYZ17.0912.0614.52-
YUV98.96130.85162.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 104 (41.02% from 255) = 32%
R=45.54%
G=22.46%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487310400.510.300.42335.233.9443.33
Hex9449680331E2A14f222b
Octal22411115006336525174253
Binary1001010010010011101000011001111110101010101001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944968; }

 p { color: rgb(148,73,104); }

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

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

 a { background-color: rgb(148,73,104); }

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

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

 span { border-color: rgb(148,73,104); }

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