#963F67

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

Shades of Cadillac #963F67

Tints of Cadillac #963F67

Color information

#963F67 (or 0x963F67) is unknown color: approx Cadillac. HEX triplet: 96, 3F and 67. RGB value is (150,63,103). Sum of RGB (Red+Green+Blue) = 150+63+103=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F67 is #69C098. Grayscale: #5D5D5D. Windows color (decimal): -6930585 or 6766486. OLE color: 6766486.

HSL color Cylindrical-coordinate representation of color #963F67: hue angle of 332.41º 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 #963F67 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15063103-
CMYK00.580.310.41
HSL332.41º40.85%41.76%-
HSV(B)332.41º58%58.82%-
XYZ16.811.0214.07-
YUV93.57133.32168.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=47.47%
G=19.94%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506310300.580.310.41332.4140.8541.76
Hex963F6703A1F2914c292a
Octal2267714707237515145152
Binary100101101111111100111011101011111101001101001100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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