#964B55

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

Shades of Cadillac #964B55

Tints of Cadillac #964B55

Color information

#964B55 (or 0x964B55) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 55. RGB value is (150,75,85). Sum of RGB (Red+Green+Blue) = 150+75+85=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B55 is #69B4AA. Grayscale: #626262. Windows color (decimal): -6927531 or 5589910. OLE color: 5589910.

HSL color Cylindrical-coordinate representation of color #964B55: hue angle of 352º 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 #964B55 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1507585-
CMYK00.50.430.41
HSL352º33.33%44.12%-
HSV(B)352º50%58.82%-
XYZ16.7312.1710.06-
YUV98.56120.35164.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=48.39%
G=24.19%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150758500.50.430.4135233.3344.12
Hex964B550322B29160212c
Octal22611312506253515404154
Binary10010110100101110101010110010101011101001101100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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