#964B5D

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

Shades of Cadillac #964B5D

Tints of Cadillac #964B5D

Color information

#964B5D (or 0x964B5D) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 5D. RGB value is (150,75,93). Sum of RGB (Red+Green+Blue) = 150+75+93=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #964B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B5D is #69B4A2. Grayscale: #636363. Windows color (decimal): -6927523 or 6114198. OLE color: 6114198.

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

Color convert

RGB1507593-
CMYK00.50.380.41
HSL345.6º33.33%44.12%-
HSV(B)345.6º50%58.82%-
XYZ17.0712.3111.83-
YUV99.48124.35164.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=47.17%
G=23.58%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150759300.50.380.41345.633.3344.12
Hex964B5D032262915a212c
Octal22611313506246515324154
Binary10010110100101110111010110010100110101001101011010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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