#944367

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

Shades of Cadillac #944367

Tints of Cadillac #944367

Color information

#944367 (or 0x944367) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 67. RGB value is (148,67,103). Sum of RGB (Red+Green+Blue) = 148+67+103=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #944367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944367 is #6BBC98. Grayscale: #5F5F5F. Windows color (decimal): -7060633 or 6767508. OLE color: 6767508.

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

Color convert

RGB14867103-
CMYK00.550.300.42
HSL333.33º37.67%42.16%-
HSV(B)333.33º54.73%58.04%-
XYZ16.6711.2914.13-
YUV95.32132.34165.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=46.54%
G=21.07%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486710300.550.300.42333.3337.6742.16
Hex9443670371E2A14d262a
Octal22410314706736525154652
Binary1001010010000111100111011011111110101010101001101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944367; }

 p { color: rgb(148,67,103); }

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

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

 a { background-color: rgb(148,67,103); }

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

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

 span { border-color: rgb(148,67,103); }

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