#944663

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

Shades of Cadillac #944663

Tints of Cadillac #944663

Color information

#944663 (or 0x944663) is unknown color: approx Cadillac. HEX triplet: 94, 46 and 63. RGB value is (148,70,99). Sum of RGB (Red+Green+Blue) = 148+70+99=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #944663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944663 is #6BB99C. Grayscale: #606060. Windows color (decimal): -7059869 or 6506132. OLE color: 6506132.

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

Color convert

RGB1487099-
CMYK00.530.330.42
HSL337.69º35.78%42.75%-
HSV(B)337.69º52.7%58.04%-
XYZ16.6611.5813.16-
YUV96.63129.34164.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=46.69%
G=22.08%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148709900.530.330.42337.6935.7842.75
Hex944663035212A152242b
Octal22410614306541525224453
Binary10010100100011011000110110101100001101010101010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944663; }

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

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

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

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

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

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

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

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