#944769

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

Shades of Cadillac #944769

Tints of Cadillac #944769

Color information

#944769 (or 0x944769) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 69. RGB value is (148,71,105). Sum of RGB (Red+Green+Blue) = 148+71+105=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #944769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944769 is #6BB896. Grayscale: #616161. Windows color (decimal): -7059607 or 6899604. OLE color: 6899604.

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

Color convert

RGB14871105-
CMYK00.520.290.42
HSL333.51º35.16%42.94%-
HSV(B)333.51º52.03%58.04%-
XYZ17.0211.8214.75-
YUV97.9132.01163.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=45.68%
G=21.91%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487110500.520.290.42333.5135.1642.94
Hex9447690341D2A14e232b
Octal22410715106435525164353
Binary1001010010001111101001011010011101101010101001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944769; }

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

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

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

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

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

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

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

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