#963F69

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

Shades of Cadillac #963F69

Tints of Cadillac #963F69

Color information

#963F69 (or 0x963F69) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 69. RGB value is (150,63,105). Sum of RGB (Red+Green+Blue) = 150+63+105=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #963F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F69 is #69C096. Grayscale: #5D5D5D. Windows color (decimal): -6930583 or 6897558. OLE color: 6897558.

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

Color convert

RGB15063105-
CMYK00.580.300.41
HSL331.03º40.85%41.76%-
HSV(B)331.03º58%58.82%-
XYZ16.911.0614.61-
YUV93.8134.32168.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=47.17%
G=19.81%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506310500.580.300.41331.0340.8541.76
Hex963F6903A1E2914b292a
Octal2267715107236515135152
Binary100101101111111101001011101011110101001101001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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