#964B65

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

Shades of Cadillac #964B65

Tints of Cadillac #964B65

Color information

#964B65 (or 0x964B65) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 65. RGB value is (150,75,101). Sum of RGB (Red+Green+Blue) = 150+75+101=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B65 is #69B49A. Grayscale: #646464. Windows color (decimal): -6927515 or 6638486. OLE color: 6638486.

HSL color Cylindrical-coordinate representation of color #964B65: hue angle of 339.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B65 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15075101-
CMYK00.50.330.41
HSL339.2º33.33%44.12%-
HSV(B)339.2º50%58.82%-
XYZ17.4412.4613.8-
YUV100.39128.35163.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=46.01%
G=23.01%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507510100.50.330.41339.233.3344.12
Hex964B650322129153212c
Octal22611314506241515234154
Binary10010110100101111001010110010100001101001101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964B65; }

 p { color: rgb(150,75,101); }

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

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

 a { background-color: rgb(150,75,101); }

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

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

 span { border-color: rgb(150,75,101); }

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