#964374

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

Shades of Cadillac #964374

Tints of Cadillac #964374

Color information

#964374 (or 0x964374) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 74. RGB value is (150,67,116). Sum of RGB (Red+Green+Blue) = 150+67+116=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964374 is #69BC8B. Grayscale: #616161. Windows color (decimal): -6929548 or 7619478. OLE color: 7619478.

HSL color Cylindrical-coordinate representation of color #964374: hue angle of 324.58º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964374 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15067116-
CMYK00.550.230.41
HSL324.58º38.25%42.55%-
HSV(B)324.58º55.33%58.82%-
XYZ17.7411.7617.86-
YUV97.4138.5165.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=45.05%
G=20.12%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506711600.550.230.41324.5838.2542.55
Hex9643740371729145262b
Octal22610316406727515054653
Binary1001011010000111110100011011110111101001101000101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964374; }

 p { color: rgb(150,67,116); }

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

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

 a { background-color: rgb(150,67,116); }

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

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

 span { border-color: rgb(150,67,116); }

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