#964378

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

Shades of Cadillac #964378

Tints of Cadillac #964378

Color information

#964378 (or 0x964378) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 78. RGB value is (150,67,120). Sum of RGB (Red+Green+Blue) = 150+67+120=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964378 is #69BC87. Grayscale: #616161. Windows color (decimal): -6929544 or 7881622. OLE color: 7881622.

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

Color convert

RGB15067120-
CMYK00.550.200.41
HSL321.69º38.25%42.55%-
HSV(B)321.69º55.33%58.82%-
XYZ17.9711.8519.11-
YUV97.86140.5165.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=44.51%
G=19.88%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506712000.550.200.41321.6938.2542.55
Hex9643780371429142262b
Octal22610317006724515024653
Binary1001011010000111111000011011110100101001101000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964378; }

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

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

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

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

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

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

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

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