#944A6B

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

Shades of Cadillac #944A6B

Tints of Cadillac #944A6B

Color information

#944A6B (or 0x944A6B) is unknown color: approx Cadillac. HEX triplet: 94, 4A and 6B. RGB value is (148,74,107). Sum of RGB (Red+Green+Blue) = 148+74+107=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #944A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944A6B is #6BB594. Grayscale: #636363. Windows color (decimal): -7058837 or 7031444. OLE color: 7031444.

HSL color Cylindrical-coordinate representation of color #944A6B: hue angle of 333.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944A6B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14874107-
CMYK00.500.280.42
HSL333.24º33.33%43.53%-
HSV(B)333.24º50%58.04%-
XYZ17.3212.2515.36-
YUV99.89132.02162.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=44.98%
G=22.49%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487410700.500.280.42333.2433.3343.53
Hex944A6B0321C2A14d212c
Octal22411215306234525154154
Binary1001010010010101101011011001011100101010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944A6B; }

 p { color: rgb(148,74,107); }

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

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

 a { background-color: rgb(148,74,107); }

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

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

 span { border-color: rgb(148,74,107); }

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