#964357

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

Shades of Cadillac #964357

Tints of Cadillac #964357

Color information

#964357 (or 0x964357) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 57. RGB value is (150,67,87). Sum of RGB (Red+Green+Blue) = 150+67+87=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #964357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964357 is #69BCA8. Grayscale: #5E5E5E. Windows color (decimal): -6929577 or 5718934. OLE color: 5718934.

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

Color convert

RGB1506787-
CMYK00.550.420.41
HSL345.54º38.25%42.55%-
HSV(B)345.54º55.33%58.82%-
XYZ16.3111.1910.32-
YUV94.1124167.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=49.34%
G=22.04%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150678700.550.420.41345.5438.2542.55
Hex9643570372A2915a262b
Octal22610312706752515324653
Binary10010110100001110101110110111101010101001101011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964357; }

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

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

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

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

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

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

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

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