#963A69

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

Shades of Cadillac #963A69

Tints of Cadillac #963A69

Color information

#963A69 (or 0x963A69) is unknown color: approx Cadillac. HEX triplet: 96, 3A and 69. RGB value is (150,58,105). Sum of RGB (Red+Green+Blue) = 150+58+105=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #963A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A69 is #69C596. Grayscale: #5A5A5A. Windows color (decimal): -6931863 or 6896278. OLE color: 6896278.

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

Color convert

RGB15058105-
CMYK00.610.300.41
HSL329.35º44.23%40.78%-
HSV(B)329.35º61.33%58.82%-
XYZ16.6410.5314.52-
YUV90.87135.98170.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=47.92%
G=18.53%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505810500.610.300.41329.3544.2340.78
Hex963A6903D1E291492c29
Octal2267215107536515115451
Binary100101101110101101001011110111110101001101001001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A69; }

 p { color: rgb(150,58,105); }

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

<style>
 a { background-color: #963A69; }

 a { background-color: rgb(150,58,105); }

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

<style>
 span { border-color: #963A69; }

 span { border-color: rgb(150,58,105); }

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