#964B6C

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

Shades of Cadillac #964B6C

Tints of Cadillac #964B6C

Color information

#964B6C (or 0x964B6C) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 6C. RGB value is (150,75,108). Sum of RGB (Red+Green+Blue) = 150+75+108=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B6C is #69B493. Grayscale: #656565. Windows color (decimal): -6927508 or 7097238. OLE color: 7097238.

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

Color convert

RGB15075108-
CMYK00.50.280.41
HSL333.6º33.33%44.12%-
HSV(B)333.6º50%58.82%-
XYZ17.812.615.68-
YUV101.19131.85162.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=45.05%
G=22.52%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507510800.50.280.41333.633.3344.12
Hex964B6C0321C2914e212c
Octal22611315406234515164154
Binary1001011010010111101100011001011100101001101001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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