#964B6A

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

Shades of Cadillac #964B6A

Tints of Cadillac #964B6A

Color information

#964B6A (or 0x964B6A) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 6A. RGB value is (150,75,106). Sum of RGB (Red+Green+Blue) = 150+75+106=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B6A is #69B495. Grayscale: #646464. Windows color (decimal): -6927510 or 6966166. OLE color: 6966166.

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

Color convert

RGB15075106-
CMYK00.50.290.41
HSL335.2º33.33%44.12%-
HSV(B)335.2º50%58.82%-
XYZ17.712.5615.13-
YUV100.96130.85162.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=45.32%
G=22.66%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507510600.50.290.41335.233.3344.12
Hex964B6A0321D2914f212c
Octal22611315206235515174154
Binary1001011010010111101010011001011101101001101001111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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