#944269

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

Shades of Cadillac #944269

Tints of Cadillac #944269

Color information

#944269 (or 0x944269) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 69. RGB value is (148,66,105). Sum of RGB (Red+Green+Blue) = 148+66+105=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #944269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944269 is #6BBD96. Grayscale: #5E5E5E. Windows color (decimal): -7060887 or 6898324. OLE color: 6898324.

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

Color convert

RGB14866105-
CMYK00.550.290.42
HSL331.46º38.32%41.96%-
HSV(B)331.46º55.41%58.04%-
XYZ16.7111.2114.65-
YUV94.96133.67165.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=46.39%
G=20.69%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486610500.550.290.42331.4638.3241.96
Hex9442690371D2A14b262a
Octal22410215106735525134652
Binary1001010010000101101001011011111101101010101001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944269; }

 p { color: rgb(148,66,105); }

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

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

 a { background-color: rgb(148,66,105); }

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

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

 span { border-color: rgb(148,66,105); }

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