#964370

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

Shades of Cadillac #964370

Tints of Cadillac #964370

Color information

#964370 (or 0x964370) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 70. RGB value is (150,67,112). Sum of RGB (Red+Green+Blue) = 150+67+112=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964370 is #69BC8F. Grayscale: #606060. Windows color (decimal): -6929552 or 7357334. OLE color: 7357334.

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

Color convert

RGB15067112-
CMYK00.550.250.41
HSL327.47º38.25%42.55%-
HSV(B)327.47º55.33%58.82%-
XYZ17.5111.6716.66-
YUV96.95136.5165.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=45.59%
G=20.36%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506711200.550.250.41327.4738.2542.55
Hex9643700371929147262b
Octal22610316006731515074653
Binary1001011010000111110000011011111001101001101000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964370; }

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

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

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

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

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

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

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

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